Skip to content

Commit c8d8305

Browse files
committed
remove obsolate no-verify-access
1 parent 525b2a4 commit c8d8305

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
@@ -32,6 +32,6 @@ jobs:
3232
run: pnpm run build
3333

3434
- name: Publish to npm
35-
run: npx lerna publish --no-private from-git --yes --no-verify-access
35+
run: npx lerna publish --no-private from-git --yes
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)