Skip to content

Commit 779fa0b

Browse files
committed
fix: remove rust-cache from the releaze-plz publish CI job
Apparently, `gix` fails if the registry index is present. See failed https://github.com/0xMiden/compiler/actions/runs/17444451785/job/49535289715
1 parent 7574dfc commit 779fa0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
run: |
2626
rustup update --no-self-update
2727
rustc --version
28-
- name: Cache Cargo
29-
uses: Swatinem/rust-cache@v2
30-
with:
31-
save-if: ${{ github.ref == 'refs/heads/next' }}
3228
- name: Publish
3329
uses: release-plz/action@v0.5
3430
with:

0 commit comments

Comments
 (0)