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 98bd64a commit e26ffd0Copy full SHA for e26ffd0
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
git config --global user.email "[email protected]"
37
git config --global user.name "lukasbachbot"
38
- yarn lerna publish ${{ github.event.inputs.bump }} --yes --summary-file
+ yarn lerna publish ${{ github.event.inputs.bump }} --yes --no-verify-access --registry https://registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} --summary-file
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41
- name: Release info
0 commit comments