We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a5d34 commit 013dc65Copy full SHA for 013dc65
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
deploy:
38
runs-on: ubuntu-latest
39
needs: build
40
- if: github.ref_name == startsWith('refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'release'
41
steps:
42
- name: Check out code
43
uses: actions/checkout@v2
0 commit comments