4 Commits

Author SHA1 Message Date
Dreaded_X bf970531e0 chore(deps): Update dependencies
Release-plz / Release-plz PR (push) Failing after 2m46s
2026-04-05 02:25:34 +02:00
Dreaded_X ba9b83d699 chore: Disable building tests 2026-04-05 02:25:34 +02:00
Dreaded_X fca71b95c3 chore: Disable request features to reduce binary size 2026-04-05 02:25:33 +02:00
Dreaded_X 4bed4fe709 chore: Setup workflows 2026-04-05 02:25:33 +02:00
+14 -1
View File
@@ -11,9 +11,22 @@ 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
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json
- 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