Skip to content

Commit

Permalink
Merge pull request #8 from kddejong/feature/schema/releases
Browse files Browse the repository at this point in the history
Set release name
  • Loading branch information
kddejong authored Aug 21, 2024
2 parents 17b74e0 + c36b5d6 commit 137b613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v1')
with:
name: Release ${{ github.ref_name }}
token: ${{ secrets.GH_PAT }}
files: |
build/schemas-cfnlint.zip
Expand Down

0 comments on commit 137b613

Please sign in to comment.