Skip to content

Commit c910e33

Browse files
committed
More tagging
1 parent 94da6c5 commit c910e33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Submodules"
1515
run: "git submodule update --init --recursive"
1616
- name: "Get tag version"
17-
run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v*/}" >> $GITHUB_ENV
17+
run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v*}" >> $GITHUB_ENV
1818
- name: "Print tag version"
1919
run: echo $TAG_VERSION
2020
- name: "Set up QEMU"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.3
1+
0.0.4

0 commit comments

Comments
 (0)