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 f70f741 commit 874ea82Copy full SHA for 874ea82
.github/workflows/nodejs.yml
@@ -23,7 +23,6 @@ jobs:
23
# npm test
24
- name: npm publish
25
run: |
26
- export NPM_TOKEN=${{ secrets.NPM_TOKEN }}
27
- npm publish
+ NPM_TOKEN=${{ secrets.NPM_TOKEN }} npm publish
28
env:
29
CI: true
0 commit comments