update release workflow

This commit is contained in:
Jordon Brooks 2023-06-11 00:41:11 +01:00
parent 5be55bc4a2
commit 7928f3d1d3

View file

@ -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.