Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
ac592d8924
|
|||
|
f99aef95b8
|
|||
|
30b756f756
|
|||
|
d36d82d305
|
@@ -20,23 +20,25 @@ jobs:
|
|||||||
- uses: taiki-e/install-action@v2
|
- uses: taiki-e/install-action@v2
|
||||||
with:
|
with:
|
||||||
tool: release-plz
|
tool: release-plz
|
||||||
- run: |
|
- &git-setup
|
||||||
|
name: Configure git
|
||||||
|
run: |
|
||||||
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://${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/
|
git config url.https://${{ gitea.actor }}:${{ secrets.GITEA_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.GITEA_TOKEN }}" --forge gitea
|
||||||
|
|
||||||
# release-plz:
|
release-plz:
|
||||||
# name: Release-plz Release
|
name: Release-plz Release
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
# - 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: *git-setup
|
- <<: *git-setup
|
||||||
# - env:
|
- env:
|
||||||
# CARGO_REGISTRIES_HUIZINGA_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
CARGO_REGISTRIES_HUIZINGA_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
# run: release-plz release --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea -o json
|
run: release-plz release --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea -o json
|
||||||
|
|||||||
Reference in New Issue
Block a user