We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7785d0 commit 5205b0dCopy full SHA for 5205b0d
.github/workflows/node.js.yml
@@ -3,7 +3,7 @@
3
name: Node.js CI
4
5
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#on
6
-on: [push, pull_request]
+on: push
7
8
jobs:
9
build:
.github/workflows/npm-publish.yml
@@ -34,4 +34,4 @@ jobs:
34
- run: yarn prepublishOnly
35
- run: yarn lerna publish from-git --yes
36
env:
37
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments