fix: remove unneeded if in workflow

This commit is contained in:
Alexis Tyler
2021-03-28 07:55:49 -07:00
parent 33191fe62d
commit c266f04978

View File

@@ -97,8 +97,6 @@ jobs:
path: ${{ github.workspace }}/*.tgz
build-binary:
# Only release if we tag this with a version
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
strategy: