Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
fix(build): set correct release tag for snap-controller
Browse files Browse the repository at this point in the history
Signed-off-by: kmova <[email protected]>
  • Loading branch information
kmova committed Nov 13, 2020
1 parent ce75256 commit fc2b31d
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 @@ -65,9 +65,9 @@ jobs:
- name: checkout
uses: actions/checkout@v1

- name: set tag
- name: Set Tag
run: |
tag="${github_ref#refs/*/v}"
TAG="${GITHUB_REF#refs/*/v}"
echo "TAG=${TAG}" >> $GITHUB_ENV
echo "RELEASE_TAG=${TAG}" >> $GITHUB_ENV
Expand Down

0 comments on commit fc2b31d

Please sign in to comment.