This commit is contained in:
@@ -15,5 +15,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: git clone https://git.jlux.dev/${{ gitea.repository }} . && git checkout ${{ gitea.ref_name }}
|
- run: git clone https://git.jlux.dev/${{ gitea.repository }} . && git checkout ${{ gitea.ref_name }}
|
||||||
- run: cargo build --verbose --release
|
- 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
|
- run: cargo publish --registry gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user