diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03bd45fd3..9f3915230 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: uses: ./.github/.release/actions/actions/services/npm with: token: ${{ secrets.GH_TOKEN }} - npm-token: ${{ secrets.NPM_TOKEN }} + npm-auth-type: oidc check-ownership: false build-command: npm run build - name: Create Release