Skip to content

Commit

Permalink
Fixed Release String
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan committed Nov 25, 2024
1 parent e9cca18 commit a5e1bcd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/shared_action_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +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}'
env:
NEW_RELEASE_TAG: ${{steps.incrementedTagVersion.outputs.NEW_RELEASE_TAG}}

-d '{"tag_name":"${{steps.incrementedTagVersion.outputs.NEW_RELEASE_TAG}}","name":"Release ${{steps.incrementedTagVersion.outputs.NEW_RELEASE_TAG}}","body":"Release ${{steps.incrementedTagVersion.outputs.NEW_RELEASE_TAG}}","draft":false,"prerelease":false,"generate_release_notes":false}'
Expand Down

0 comments on commit a5e1bcd

Please sign in to comment.