chore: Update release configuration files to correctly use conventional-commits (#1755)

This commit is contained in:
Bryant Biggs
2022-01-10 04:22:56 -05:00
committed by GitHub
parent a5bf9429bd
commit a1d28a721a
3 changed files with 28 additions and 26 deletions

View File

@@ -16,6 +16,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
# Skip running release workflow on forks
if: github.repository_owner == 'terraform-aws-modules'
steps:
- name: Checkout
uses: actions/checkout@v2