chore: remove condition on ci step

This commit is contained in:
Enrico Stahn 2020-03-11 11:52:29 +11:00 committed by GitHub
parent e867455275
commit 397ca931a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ jobs:
release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout
uses: actions/checkout@v2