Skip to content

Commit

Permalink
ci(npm): add no verify access for usage with automation token (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
olamothe authored Jul 21, 2021
1 parent 6d9997d commit fdb09a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
if: ${{ github.event.inputs.version == ''}}
- name: Manually bump version
if: ${{ github.event.inputs.version != ''}}
run: node_modules/.bin/lerna publish ${{ github.event.inputs.version }} ---conventional-commits --force-publish -y --no-push --no-git-tag-version --no-git-reset
run: node_modules/.bin/lerna publish ${{ github.event.inputs.version }} ---conventional-commits --force-publish -y --no-push --no-git-tag-version --no-git-reset --no-verify-access
- name: Semantically bump version
if: ${{ github.event.inputs.version == ''}}
run: node_modules/.bin/lerna publish ---conventional-commits -y --no-push --no-git-tag-version --no-git-reset
run: node_modules/.bin/lerna publish ---conventional-commits -y --no-push --no-git-tag-version --no-git-reset --no-verify-access
- name: Wait for NPM cache to be updated
run: node ./scripts/wait-for-packages.js
- name: Normalize package.json and package-lock.json files
Expand Down

0 comments on commit fdb09a2

Please sign in to comment.