Skip to content

Commit

Permalink
WIP: bump: Make github maybe actually use the right workflow.yml?
Browse files Browse the repository at this point in the history
  • Loading branch information
tlater-famedly committed Dec 2, 2024
1 parent 7b1b501 commit 8289424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
gitlab_pass: ${{ secrets.GITLAB_PASS }}

- name: Caching
uses: Swatinem/rust-cache@b8a6852b4f997182bdea832df3f9e153038b5191
uses: Swatinem/rust-cache@68b3cb7503c78e67dae8373749990a220eb65352
with:
cache-on-failure: true
cache-all-crates: true
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
gitlab_pass: ${{ secrets.GITLAB_PASS }}

- name: Caching
uses: Swatinem/rust-cache@b8a6852b4f997182bdea832df3f9e153038b5191
uses: Swatinem/rust-cache@68b3cb7503c78e67dae8373749990a220eb65352
with:
cache-on-failure: true
cache-all-crates: true
Expand Down Expand Up @@ -146,4 +146,3 @@ jobs:
files: artifacts/*
prerelease: "${{ contains(github.ref_name, 'rc') }}"
generate_release_notes: true

2 changes: 1 addition & 1 deletion .github/workflows/rust-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
gitlab_pass: ${{ secrets.GITLAB_PASS }}

- name: Caching

uses: Swatinem/rust-cache@68b3cb7503c78e67dae8373749990a220eb65352
with:
cache-on-failure: true
Expand Down Expand Up @@ -105,4 +106,3 @@ jobs:
uses: codecov/test-results-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}

0 comments on commit 8289424

Please sign in to comment.