Skip to content

Commit a2ee786

Browse files
committed
Another attempt but now with npm publish.
1 parent aa0a0aa commit a2ee786

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/npm-publish.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
registry-url: https://registry.npmjs.org/
3131
- run: corepack enable
3232
- run: yarn install --immutable
33-
- name: Yarn Login
34-
run: yarn npm login --token ${{ secrets.NPM_PUBLISH_TOKEN }}
35-
- run: yarn npm publish --access public
33+
- run: npm publish
3634
env:
3735
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
38-
NPM_CONFIG_USERCONFIG: ${{ github.workspace }}/.npmrc
39-

0 commit comments

Comments
 (0)