Skip to content

Commit

Permalink
fix(build):set release tag in github actions
Browse files Browse the repository at this point in the history
Signed-off-by: kmova <[email protected]>
(cherry picked from commit d8c5a0f)
  • Loading branch information
kmova committed Dec 11, 2020
1 parent 13ec599 commit 7b5ea02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Set Tag
run: |
IMAGE_TAG="${GITHUB_REF#refs/*/v}"
echo "TAG=${TAG}" >> $GITHUB_ENV
echo "RELEASE_TAG=${TAG}" >> $GITHUB_ENV
echo "TAG=${IMAGE_TAG}" >> $GITHUB_ENV
echo "RELEASE_TAG=${IMAGE_TAG}" >> $GITHUB_ENV
- name: Print Tag info
run: |
Expand Down

0 comments on commit 7b5ea02

Please sign in to comment.