diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 7d8dbbd..bc535bb 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: ref: refs/tags/${{ steps.release.outputs.tag_name }} + persist-credentials: false if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-node@v1