Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
bf970531e0
|
|||
|
ba9b83d699
|
|||
|
fca71b95c3
|
|||
|
4bed4fe709
|
@@ -11,9 +11,22 @@ 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
|
||||||
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json
|
- name: Setup git config
|
||||||
|
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