Skip to content

Commit 211adf6

Browse files
committed
remove version check
1 parent f38bfca commit 211adf6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
- name: Parse the new version number check against current release
1515
run: |
1616
echo ::set-env name=VER::$(cat ./VERSION | tr -d "[:space:]")
17-
chmod +x ./test/version.sh
18-
./test/version.sh
1917
- name: Build the binary
2018
run: |
2119
make

0 commit comments

Comments
 (0)