Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
1acbdb6d35
|
|||
|
963fc348a1
|
|||
|
7791a8304a
|
|||
|
30e63b1504
|
@@ -16,8 +16,21 @@ jobs:
|
|||||||
- uses: taiki-e/install-action@v2
|
- uses: taiki-e/install-action@v2
|
||||||
with:
|
with:
|
||||||
tool: release-plz
|
tool: release-plz
|
||||||
- run: |
|
- run: &git-setup |
|
||||||
git config user.name "release-plz"
|
git config user.name "Release-plz"
|
||||||
git config user.email "release-plz@noreply.huizinga.dev"
|
git config user.email "release-plz@noreply.huizinga.dev"
|
||||||
git config url.https://Dreaded_X:${{ secrets.GITEA_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/
|
git config url.https://release-plz:${{ secrets.RELEASE_PLZ_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/
|
||||||
- run: release-plz release-pr --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea -o json
|
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json
|
||||||
|
|
||||||
|
release-plz:
|
||||||
|
name: Release-plz Release
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v6
|
||||||
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
- uses: taiki-e/install-action@v2
|
||||||
|
with:
|
||||||
|
tool: release-plz
|
||||||
|
- run: *git-setup
|
||||||
|
- run: release-plz release --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea -o json
|
||||||
|
|||||||
Reference in New Issue
Block a user