Skip to content

Commit e898381

Browse files
authored
Merge pull request #117 from github/no-release-cache
remove the cache from the release process
2 parents a32c419 + c437a24 commit e898381

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
steps:
2020
- name: checkout
2121
uses: actions/checkout@v4
22+
with:
23+
persist-credentials: false
2224

2325
- uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # pin@v1.227.0
2426
with:
25-
bundler-cache: true
27+
bundler-cache: false
2628

2729
- name: bootstrap
2830
run: script/bootstrap

0 commit comments

Comments
 (0)