4 Commits

Author SHA1 Message Date
Dreaded_X c2dce034ec chore(deps): Update dependencies
Release-plz / Release-plz PR (push) Failing after 1m31s
2026-04-05 02:29:54 +02:00
Dreaded_X df32ef57ee chore: Disable building tests 2026-04-05 02:29:54 +02:00
Dreaded_X 0c8d5b5b7e chore: Disable request features to reduce binary size 2026-04-05 02:29:54 +02:00
Dreaded_X 65efc3b5fa chore: Setup workflows 2026-04-05 02:29:54 +02:00
+1 -14
View File
@@ -11,22 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: release-plz
- name: Setup git config
uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
with:
global: true
actor: "${{ gitea.actor }}"
token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
name: Automation
email: "automation@noreply.huizinga.dev"
- run: env
- run: git config --list
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json -vvv
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json