Skip to content

Commit

Permalink
Updated Release string
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan committed Nov 25, 2024
1 parent e033859 commit 7bca118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shared_action_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
git remote set-url origin https://git:${{secrets.IKMDEVOPS_PAT_TOKEN}}@github.com/${{github.repository}}.git
git pull -p
git config user.name "ikmdevops"
git config user.email devops@ikm.dev
git config user.email "devops@ikm.dev
git tag -a v$NEW_RELEASE_TAG -m"Release Version $NEW_RELEASE_TAG"
git push origin v$NEW_RELEASE_TAG
env:
Expand All @@ -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 7bca118

Please sign in to comment.