Skip to content

Commit 2c4459a

Browse files
authored
added no-verify-access (#409)
1 parent 811d958 commit 2c4459a

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
@@ -34,7 +34,7 @@ jobs:
3434
npx lerna run test
3535
3636
- name: Publish package to npm
37-
run: npx lerna publish from-package --yes --exact
37+
run: npx lerna publish from-package --yes --exact --no-verify-access
3838
env:
3939
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4040

0 commit comments

Comments
 (0)