Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
7525210a6c
|
|||
|
55ac37d29c
|
|||
|
acd5af6aac
|
|||
|
cdb4de31c5
|
@@ -11,6 +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
|
||||||
@@ -25,4 +28,5 @@ jobs:
|
|||||||
name: Automation
|
name: Automation
|
||||||
email: "automation@noreply.huizinga.dev"
|
email: "automation@noreply.huizinga.dev"
|
||||||
- run: env
|
- run: env
|
||||||
|
- run: git config --list
|
||||||
- run: release-plz release-pr --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea -o json
|
- run: release-plz release-pr --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea -o json
|
||||||
|
|||||||
Reference in New Issue
Block a user