Skip to content

Commit e26ffd0

Browse files
committed
fix: change deploy registry
1 parent 98bd64a commit e26ffd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
git config --global user.email "[email protected]"
3737
git config --global user.name "lukasbachbot"
38-
yarn lerna publish ${{ github.event.inputs.bump }} --yes --summary-file
38+
yarn lerna publish ${{ github.event.inputs.bump }} --yes --no-verify-access --registry https://registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} --summary-file
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4141
- name: Release info

0 commit comments

Comments
 (0)