Skip to content

Commit

Permalink
fix(package): Fixed typo in release name.
Browse files Browse the repository at this point in the history
  • Loading branch information
acederberg committed Aug 22, 2024
1 parent 8647d90 commit 9da1362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref_name }}
release_name: v${{ github.CAPTURA_RELEASE_NAME }}
release_name: v${{ env.CAPTURA_RELEASE_NAME }}
body: ${{ env.CAPTURA_RELEASE_NOTES }}
draft: false
prerelease: false
Expand Down

0 comments on commit 9da1362

Please sign in to comment.