Merge tag 'release_1.0.0' into dev

This commit is contained in:
Jordon Brooks 2023-06-11 00:41:59 +01:00
commit 53773040d6

View file

@ -19,6 +19,8 @@ jobs:
archive: tar.gz archive: tar.gz
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
with:
ssh-key: "${{secrets.RELEASE_KEY}}"
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with:
# The prefix cache key, this can be changed to start a new cache manually. # The prefix cache key, this can be changed to start a new cache manually.