Skip to content

Commit

Permalink
remove version check
Browse files Browse the repository at this point in the history
  • Loading branch information
tok-kkk committed Sep 22, 2020
1 parent f38bfca commit 211adf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- name: Parse the new version number check against current release
run: |
echo ::set-env name=VER::$(cat ./VERSION | tr -d "[:space:]")
chmod +x ./test/version.sh
./test/version.sh
- name: Build the binary
run: |
make
Expand Down

0 comments on commit 211adf6

Please sign in to comment.