Skip to content

Commit 420529f

Browse files
Fix release script (#275)
1 parent 5761d89 commit 420529f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
path: ${{ env.CVE_CACHE_DIR }}
4848
key: ${{ env.CVE_CACHE_KEY }}
49-
fail-on-cache-miss: true
49+
# fail-on-cache-miss: true
5050

5151
- name: Bump Version
5252
id: bump-version

0 commit comments

Comments
 (0)