We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e2113 commit 4a7d05bCopy full SHA for 4a7d05b
.github/workflows/npm-publish-package.yml
@@ -20,6 +20,6 @@ jobs:
20
registry-url: "https://registry.npmjs.org"
21
scope: "@modifiedcommand"
22
- name: Publish
23
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc && yarn publish --access public
+ run: yarn publish --access public
24
env:
25
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments