Skip to content

Commit

Permalink
Fix wrong name of the release branch to push back to origin
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
  • Loading branch information
cmoulliard committed Sep 21, 2023
1 parent e7a4089 commit 8507fb6
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 @@ -47,7 +47,7 @@ jobs:
git commit -asm "Update Helm chart version to $TAG_VERSION"
git push origin release/${TAG_VERSION}
git tag v${TAG_VERSION}
git push origin v${TAG_VERSION}
git push origin release/v${TAG_VERSION}
echo "TAG_VERSION=${TAG_VERSION}" >> "${GITHUB_OUTPUT}"
Expand Down

0 comments on commit 8507fb6

Please sign in to comment.