We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91a609b + 2ef5f1c commit 27c6e85Copy full SHA for 27c6e85
.github/workflows/nodejs.yml
@@ -58,7 +58,7 @@ jobs:
58
59
publish:
60
needs: [build-test-linux, build-test-windows]
61
- if: github.event_name == 'release' && github.event.type == 'published'
+ if: github.event_name == 'release' && github.event.action == 'published'
62
runs-on: ubuntu-18.04
63
64
strategy:
0 commit comments