diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37e576b49678..c483691ce0f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,8 +25,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: - # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits - fetch-depth: 0 + persist-credentials: false - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 @@ -44,8 +43,6 @@ jobs: publish-script: pnpm changeset:release version-script: pnpm changeset:version github-token: ${{ secrets.GITHUB_TOKEN }} - env: - NPM_CONFIG_PROVENANCE: true # TODO alert discord # - name: Send a Slack notification if a publish happens