Skip to content

Commit

Permalink
fix: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliagranato committed Mar 20, 2024
1 parent b2b7b2f commit 0afd89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.extract_hash.outputs.hash }}
tag_name: 'release-${{ steps.extract_hash.outputs.hash }}'
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
env:
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 0afd89c

Please sign in to comment.