diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d707aa786..d0e6e14ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,3 +50,6 @@ jobs: commitMode: github-api env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # we use trusted publishing and setup-node will set these incorrectly. Unset if we ever use RO_TOKEN + NODE_AUTH_TOKEN: "" + NPM_CONFIG_PROVENANCE: true