We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ea42a commit 8a9891eCopy full SHA for 8a9891e
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
- - uses: dtolnay/[email protected]
+ - uses: taiki-e/create-gh-release-action@v1
15
env:
16
# (required)
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -21,19 +21,6 @@ jobs:
21
22
23
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') }}
37
- name: Install holochain_cli
38
run: cargo install holochain_cli --version 0.1.0 --locked
39
# build hApp
0 commit comments