Skip to content

Commit 4a7d05b

Browse files
authored
Update npm-publish-package.yml
1 parent 12e2113 commit 4a7d05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
registry-url: "https://registry.npmjs.org"
2121
scope: "@modifiedcommand"
2222
- name: Publish
23-
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc && yarn publish --access public
23+
run: yarn publish --access public
2424
env:
2525
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)