We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de55b90 commit 72de723Copy full SHA for 72de723
.github/workflows/release.yml
@@ -35,7 +35,8 @@ jobs:
35
run: |
36
git config --global user.email "bot@noreply.lukasbach.com"
37
git config --global user.name "lukasbachbot"
38
- yarn lerna publish ${{ github.event.inputs.bump }} --yes --no-verify-access --registry https://registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} --summary-file --loglevel silly
+ npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
39
+ yarn lerna publish ${{ github.event.inputs.bump }} --yes --no-verify-access --summary-file --loglevel silly
40
env:
41
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42
- name: Release info
0 commit comments