Files
crete/.gitea/workflows/release.yaml
T
2026-04-05 02:42:55 +02:00

24 lines
698 B
YAML

name: Release-plz
on:
push:
branches:
- main
jobs:
release-plz-pr:
name: Release-plz PR
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 config user.name "release-plz"
git config user.email "git@noreply.huizinga.dev"
git config url.https://Dreaded_X:${{ secrets.RELEASE_PLZ_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json