release workflow fix 1
Some checks failed
Create release package / Release (push) Failing after 31s

This commit is contained in:
2025-12-22 22:08:45 +02:00
parent 6021861cfb
commit 0ca1bfecde

View File

@@ -15,5 +15,5 @@ jobs:
steps:
- run: git clone https://git.jlux.dev/${{ gitea.repository }} . && git checkout ${{ gitea.ref_name }}
- run: cargo build --verbose --release
- run: export CARGO_REGISTRIES_GITEA_TOKEN=${{ secrets.CARGO_BEARER_TOKEN }}
- run: export CARGO_REGISTRIES_GITEA_TOKEN=${{ secrets.CARGO_TOKEN }}
- run: cargo publish --registry gitea