We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c8d15 commit 23cb0f3Copy full SHA for 23cb0f3
.github/workflows/release-please.yml
@@ -42,5 +42,5 @@ jobs:
42
if: ${{ steps.release.outputs.releases_created }}
43
- run: npm publish
44
env:
45
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_MONOREPO_TOKEN}}
46
0 commit comments