Skip to content

Commit

Permalink
Adding stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan committed Nov 25, 2024
1 parent 6aaca84 commit d9584ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared_action_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
-H "Authorization: Bearer ${{secrets.GITHUB_TOKEN}}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/${{github.repository}}/releases \
-d '{"tag_name":"${NEW_RELEASE_TAG}","name":"Release ${NEW_RELEASE_TAG}","body":"Release ${NEW_RELEASE_TAG}","draft":false,"prerelease":false,"generate_release_notes":false}'
-d '{"tag_name":$NEW_RELEASE_TAG,"name":"Release $NEW_RELEASE_TAG","body":"Release $NEW_RELEASE_TAG","draft":false,"prerelease":false,"generate_release_notes":false}'
env:
NEW_RELEASE_TAG: ${{steps.incrementedTagVersion.outputs.NEW_RELEASE_TAG}}

Expand Down

0 comments on commit d9584ca

Please sign in to comment.