chore(deps): update kemitix/rust action to v2.4.1
All checks were successful
Rust / build (map[name:nightly]) (pull_request) Successful in 6m29s
Rust / build (map[name:stable]) (pull_request) Successful in 3m26s
Release Please / Release-plz (push) Successful in 40s
Rust / build (map[name:stable]) (push) Successful in 3m50s
Rust / build (map[name:nightly]) (push) Successful in 6m24s
All checks were successful
Rust / build (map[name:nightly]) (pull_request) Successful in 6m29s
Rust / build (map[name:stable]) (pull_request) Successful in 3m26s
Release Please / Release-plz (push) Successful in 40s
Rust / build (map[name:stable]) (push) Successful in 3m50s
Rust / build (map[name:nightly]) (push) Successful in 6m24s
This commit is contained in:
parent
fdb5ddb48e
commit
bfbf2b7e1d
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Run release-plz release-pr
|
||||
uses: https://git.kemitix.net/kemitix/rust@v2.3.0
|
||||
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
||||
with:
|
||||
args: release-plz release-pr --backend gitea --git-token ${{ secrets.FORGEJO_TOKEN }}
|
||||
env:
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
- name: Run release-plz release
|
||||
uses: https://git.kemitix.net/kemitix/rust@v2.3.0
|
||||
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
||||
with:
|
||||
args: release-plz release --backend gitea --git-token ${{ secrets.FORGEJO_TOKEN }}
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue