diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3c8e58..47ac3dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: - main permissions: + id-token: write contents: write pull-requests: write @@ -31,6 +32,4 @@ jobs: - run: yarn build if: ${{ steps.release.outputs.release_created }} - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} if: ${{ steps.release.outputs.release_created }}