Skip to content

Commit c4e03ec

Browse files
committed
Fix build workflow
1 parent 8685c3c commit c4e03ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Get the version
1717
id: get_version
18-
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT
18+
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
1919
- uses: actions/checkout@v4
2020
with:
2121
submodules: recursive

0 commit comments

Comments
 (0)