release: skip version check in automated builds

This commit is contained in:
Oliver Gugger
2020-11-19 10:17:10 +01:00
parent 4246238ff5
commit 8fea653c61
2 changed files with 8 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: build release for all architectures
run: make release tag=${{ env.RELEASE_VERSION }}
run: SKIP_VERSION_CHECK=1 make release tag=${{ env.RELEASE_VERSION }}
- name: Create Release
uses: softprops/action-gh-release@v1