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 4d8e795 commit d5f77f5Copy full SHA for d5f77f5
.github/workflows/cd.yml renamed to .github/workflows/release.yml
@@ -50,10 +50,10 @@ jobs:
50
if: ${{ steps.release.outputs.releases_created }}
51
52
- env:
53
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NPM_TOKEN: ${{secrets.NPM_TOKEN}}
54
55
run: |
56
- echo npmAuthToken: "$NODE_AUTH_TOKEN" >> ./.yarnrc.yml
+ echo "registry=https://registry.npmjs.org/\n//registry.npmjs.org/:_authToken=$NPM_TOKEN\n" >> ./.npmrc
57
58
- run: yarn lerna exec --ignore root --ignore simpleserialize.com --no-private "npm publish --access public"
59
0 commit comments