Skip to content

Commit

Permalink
Set the TAG_VERSION using the steps.tag-chart.outputs.TAG_VERSION
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
  • Loading branch information
cmoulliard committed Sep 22, 2023
1 parent 42f54a5 commit 40faf11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:

- name: Push back the release branch and delete it
run: |
TAG_VERSION="${{ steps.tag-chart.outputs.TAG_VERSION }}"
git checkout main
git pull
git merge release/${TAG_VERSION}
Expand Down

0 comments on commit 40faf11

Please sign in to comment.