4 Commits

Author SHA1 Message Date
Dreaded_X 1acbdb6d35 chore(deps): Update dependencies
Release-plz / Release-plz PR (push) Successful in 1m29s
Release-plz / Release-plz Release (push) Failing after 1m17s
2026-04-05 03:01:16 +02:00
Dreaded_X 963fc348a1 chore: Disable building tests 2026-04-05 03:01:16 +02:00
Dreaded_X 7791a8304a chore: Disable request features to reduce binary size 2026-04-05 03:01:15 +02:00
Dreaded_X 30e63b1504 chore: Setup workflows 2026-04-05 03:01:15 +02:00
+15 -17
View File
@@ -16,23 +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://${{ gitea.actor }}:${{ 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: 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 - run: *git-setup
# - env: - run: release-plz release --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea -o json
# CARGO_REGISTRIES_HUIZINGA_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
# run: release-plz release --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea -o json