Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
c2dce034ec
|
|||
|
df32ef57ee
|
|||
|
0c8d5b5b7e
|
|||
|
65efc3b5fa
|
@@ -11,22 +11,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
persist-credentials: false
|
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- uses: taiki-e/install-action@v2
|
- uses: taiki-e/install-action@v2
|
||||||
with:
|
with:
|
||||||
tool: release-plz
|
tool: release-plz
|
||||||
- name: Setup git config
|
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json
|
||||||
uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
|
|
||||||
with:
|
|
||||||
global: true
|
|
||||||
actor: "${{ gitea.actor }}"
|
|
||||||
token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
|
|
||||||
name: Automation
|
|
||||||
email: "automation@noreply.huizinga.dev"
|
|
||||||
- run: env
|
|
||||||
- run: git config --list
|
|
||||||
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json -vvv
|
|
||||||
|
|||||||
Reference in New Issue
Block a user