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 8685c3c commit c4e03ecCopy full SHA for c4e03ec
.github/workflows/build.yaml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Get the version
17
id: get_version
18
- run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT
+ run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
19
- uses: actions/checkout@v4
20
with:
21
submodules: recursive
0 commit comments