diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bfab30a..f4f128e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}