We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6874788 commit db8ff52Copy full SHA for db8ff52
.github/workflows/nodejs.yml
@@ -57,7 +57,7 @@ jobs:
57
shell: pwsh
58
59
publish:
60
- if: github.event_name == 'release' && github.event.type == 'published'
+ if: github.event_name == 'release' && github.event.action == 'published'
61
runs-on: ubuntu-18.04
62
63
strategy:
0 commit comments