We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f923f commit e1a06e8Copy full SHA for e1a06e8
.github/workflows/build-deploy.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Extract tag name
20
id: vars
21
- run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
+ run: echo "TAG=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
22
23
- name: Set Release Tag Variables
24
if: ${{ startsWith(github.ref, 'refs/tags/') }}
0 commit comments