Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
5bf3c3c557
|
|||
|
db1bcbc590
|
|||
|
177b54dace
|
|||
|
524d166ce0
|
@@ -11,15 +11,19 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- name: Setup git config
|
|
||||||
uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
|
|
||||||
with:
|
with:
|
||||||
token: "${{ secrets.GITEA_TOKEN }}"
|
fetch-depth: 0
|
||||||
name: "Automation"
|
persist-credentials: false
|
||||||
email: "automation@huizinga.dev"
|
|
||||||
- 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
|
||||||
|
uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
|
||||||
|
with:
|
||||||
|
token: "${{ secrets.GITEA_TOKEN }}"
|
||||||
|
actor: automation
|
||||||
|
name: Automation
|
||||||
|
email: "automation@huizinga.dev"
|
||||||
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json
|
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json
|
||||||
|
|||||||
Reference in New Issue
Block a user