update release workflow
This commit is contained in:
parent
5be55bc4a2
commit
7928f3d1d3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
|||
archive: tar.gz
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
ssh-key: "${{secrets.RELEASE_KEY}}"
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
# The prefix cache key, this can be changed to start a new cache manually.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue