Skip to content

Commit 7f7d778

Browse files
authored
Merge pull request #128 from svix/mendy/fix-release-workflow
Remove `rust-cache` from release workflow
2 parents ce881ec + 4c5aa32 commit 7f7d778

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- uses: dtolnay/rust-toolchain@stable
19-
with:
20-
toolchain: ${{ matrix.rust }}
21-
22-
- uses: Swatinem/rust-cache@v2
23-
# only restore cache for faster publishing, don't save back results
24-
save-if: false
2519

2620
- name: Publish
2721
env:

0 commit comments

Comments
 (0)