Skip to content

Commit 30705a4

Browse files
authored
version mismatch (#112)
Signed-off-by: yue9944882 <[email protected]>
1 parent 570be4e commit 30705a4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
uses: actions/setup-go@v2
2020
with:
2121
go-version: 1.16
22+
- name: Check version
23+
run: |
24+
cat VERSION.txt | grep ${{ github.ref_name }}
2225
- name: Build project
2326
run: |
2427
make build-bin

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-alpha.7
1+
0.1.0

0 commit comments

Comments
 (0)