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 94da6c5 commit c910e33Copy full SHA for c910e33
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: "Submodules"
15
run: "git submodule update --init --recursive"
16
- name: "Get tag version"
17
- run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v*/}" >> $GITHUB_ENV
+ run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v*}" >> $GITHUB_ENV
18
- name: "Print tag version"
19
run: echo $TAG_VERSION
20
- name: "Set up QEMU"
VERSION
@@ -1 +1 @@
1
-0.0.3
+0.0.4
0 commit comments