Skip to content

Commit

Permalink
chore(publish): prevent verifying acces
Browse files Browse the repository at this point in the history
Prevent lerna from verifying access. Verifying the access will fail, because the configured token has enabled 2fa
  • Loading branch information
nicojs authored Jun 28, 2022
1 parent 9d0daec commit 7859f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Build
run: npm run build
- name: Release
run: npx lerna publish from-git --yes --pre-dist-tag next
run: npx lerna publish from-git --yes --pre-dist-tag next --no-verify-access

0 comments on commit 7859f6f

Please sign in to comment.