Skip to content

Commit 27c6e85

Browse files
committed
2 parents 91a609b + 2ef5f1c commit 27c6e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
publish:
6060
needs: [build-test-linux, build-test-windows]
61-
if: github.event_name == 'release' && github.event.type == 'published'
61+
if: github.event_name == 'release' && github.event.action == 'published'
6262
runs-on: ubuntu-18.04
6363

6464
strategy:

0 commit comments

Comments
 (0)