build(push-main): remove redundent steps
Some checks failed
Rust / build (push) Successful in 2m17s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
Release Please / Release-plz (push) Failing after 5s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Some checks failed
Rust / build (push) Successful in 2m17s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
Release Please / Release-plz (push) Failing after 5s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
This commit is contained in:
parent
74437e90f2
commit
f363f9eb17
1 changed files with 0 additions and 9 deletions
|
@ -21,15 +21,6 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install Rust toolchain
|
|
||||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
|
||||||
- name: Run release-plz PR
|
|
||||||
uses: https://git.kemitix.net/kemitix/rust@dev
|
|
||||||
with:
|
|
||||||
args: release-plz release-pr --backend gitea --git-token ${GITHUB_TOKEN}
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
|
||||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
|
||||||
- name: Run release-plz release-pr
|
- name: Run release-plz release-pr
|
||||||
uses: https://git.kemitix.net/kemitix/rust@dev
|
uses: https://git.kemitix.net/kemitix/rust@dev
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue