Add publishing to gitea releases for the release workflow
This commit is contained in:
parent
0d018d0869
commit
91deddc1d2
@ -13,7 +13,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Publish to Gitea
|
- name: Publish to Gitea Cargo registry
|
||||||
run: nix develop -c cargo publish --dry-run --token ${{ secrets.GITEA_TOKEN }} --index sparse+https://git.colon-three.com/api/packages/kodi/cargo/
|
run: nix develop -c cargo publish --dry-run --token ${{ secrets.GITEA_TOKEN }} --index sparse+https://git.colon-three.com/api/packages/kodi/cargo/
|
||||||
- name: Publish to crates.io
|
- name: Publish to crates.io
|
||||||
run: nix develop -c cargo publish --dry-run --token ${{ secrets.CRATESIO_TOKEN }}
|
run: nix develop -c cargo publish --dry-run --token ${{ secrets.CRATESIO_TOKEN }}
|
||||||
|
- name: Publish to Gitea Releases
|
||||||
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
with:
|
||||||
|
draft: true
|
Loading…
Reference in New Issue
Block a user