Skip to content

Commit 8a9891e

Browse files
committed
remove cache step from release.yml
1 parent f6ea42a commit 8a9891e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: dtolnay/[email protected]
14+
- uses: taiki-e/create-gh-release-action@v1
1515
env:
1616
# (required)
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -21,19 +21,6 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v3
24-
- uses: actions/cache@v2
25-
with:
26-
path: |
27-
~/.cargo/bin/
28-
~/.cargo/registry/index/
29-
~/.cargo/registry/cache/
30-
~/.cargo/git/db/
31-
.cargo/bin/
32-
.cargo/registry/index/
33-
.cargo/registry/cache/
34-
.cargo/git/db/
35-
target/
36-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3724
- name: Install holochain_cli
3825
run: cargo install holochain_cli --version 0.1.0 --locked
3926
# build hApp

0 commit comments

Comments
 (0)