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 4c74f7e commit ef6787dCopy full SHA for ef6787d
.github/workflows/npm-publish.yaml
@@ -14,8 +14,9 @@ jobs:
14
with:
15
node-version: 18
16
registry-url: https://registry.npmjs.org/
17
- - name: engine publish
+ - name: create .npmrc
18
+ run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
19
+ working-directory: ./src
20
+ - name: publish
21
run: npm publish
22
working-directory: ./src
- env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments