We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0a0aa commit a2ee786Copy full SHA for a2ee786
.github/workflows/npm-publish.yml
@@ -30,10 +30,6 @@ jobs:
30
registry-url: https://registry.npmjs.org/
31
- run: corepack enable
32
- 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
+ - run: npm publish
36
env:
37
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
38
- NPM_CONFIG_USERCONFIG: ${{ github.workspace }}/.npmrc
39
-
0 commit comments