Skip to content

Commit

Permalink
fix: properly detect tag
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Riegler <[email protected]>
  • Loading branch information
xvzf committed Mar 21, 2022
1 parent 600a386 commit 4bc5cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v2
- name: Extract Tag
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/v}
- name: Build manifests
env:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
Expand Down

0 comments on commit 4bc5cf8

Please sign in to comment.