Skip to content

Commit 25a5471

Browse files
authored
Merge pull request #59 from github/no-cache-on-release-builds
do not use a cache on release builds
2 parents deb1def + d845814 commit 25a5471

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ jobs:
2121
steps:
2222
- name: checkout
2323
uses: actions/checkout@v4
24+
with:
25+
persist-credentials: false
2426

2527
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # [email protected]
2628
with:
27-
bundler-cache: true
29+
bundler-cache: false
2830

2931
- name: bootstrap
3032
run: script/bootstrap

0 commit comments

Comments
 (0)