We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0627575 commit ab44b95Copy full SHA for ab44b95
1 file changed
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
publish:
75
runs-on: ubuntu-18.04
76
needs: build
77
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ if: startsWith(github.ref, 'refs/tags')
78
steps:
79
- name: Download a distribution artifact
80
uses: actions/download-artifact@v2
0 commit comments