Skip to content

Commit ab44b95

Browse files
v0.0.5 📜
1 parent 0627575 commit ab44b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
publish:
7575
runs-on: ubuntu-18.04
7676
needs: build
77-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
77+
if: startsWith(github.ref, 'refs/tags')
7878
steps:
7979
- name: Download a distribution artifact
8080
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)