forked from kemitix/git-next
build: use release-plz from dev kemitix/rust action
This commit is contained in:
parent
2156780a3d
commit
74437e90f2
1 changed files with 17 additions and 3 deletions
|
@ -23,10 +23,24 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: Install Rust toolchain
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- name: Run release-plz
|
||||
uses: https://git.kemitix.net/kemitix/release-plz-action@dev
|
||||
- name: Run release-plz PR
|
||||
uses: https://git.kemitix.net/kemitix/rust@dev
|
||||
with:
|
||||
backend: gitea
|
||||
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
|
||||
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
|
||||
uses: https://git.kemitix.net/kemitix/rust@dev
|
||||
with:
|
||||
args: release-plz release --backend gitea --git-token ${GITHUB_TOKEN}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue