diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8e9e83d..516f371 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,6 +24,6 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm install -g npm@^9.5.0 - run: npm ci - - run: npm publish --provenance --access public + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}