Skip to content

Commit e1a06e8

Browse files
author
Patrick M
committed
fix: v
1 parent 44f923f commit e1a06e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Extract tag name
2020
id: vars
21-
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
21+
run: echo "TAG=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
2222

2323
- name: Set Release Tag Variables
2424
if: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)