Skip to content

Commit dba6488

Browse files
committed
fix: tag extraction
1 parent 07b7266 commit dba6488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Run Makefile
3333
env:
34-
VERSION: ${GITHUB_REF##*/}
34+
VERSION: ${GITHUB_REF#refs/*/}
3535
run: |
3636
make build
3737
make docker-build

0 commit comments

Comments
 (0)