We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38bfca commit 211adf6Copy full SHA for 211adf6
1 file changed
.github/workflows/release.yml
@@ -14,8 +14,6 @@ jobs:
14
- name: Parse the new version number check against current release
15
run: |
16
echo ::set-env name=VER::$(cat ./VERSION | tr -d "[:space:]")
17
- chmod +x ./test/version.sh
18
- ./test/version.sh
19
- name: Build the binary
20
21
make
0 commit comments