Skip to content

Commit

Permalink
ci: skip access verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Gélinas committed Nov 24, 2020
1 parent 3147196 commit f162331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
git config --global user.name "Maxime Gélinas"
git config --global user.email "mgelinas@softframe.net"
yarn release
yarn release --no-verify-access
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit f162331

Please sign in to comment.