From 211adf60ffe689c597139bbcaa629d5518fd622e Mon Sep 17 00:00:00 2001 From: tok-kkk Date: Tue, 22 Sep 2020 14:18:14 +1000 Subject: [PATCH] remove version check --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7f70d4c..beff5b6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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