diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c25ee0..5b9f4af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,10 +21,12 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 + with: + persist-credentials: false - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # pin@v1.221.0 with: - bundler-cache: true + bundler-cache: false - name: bootstrap run: script/bootstrap