build test
Publish Cargo package / Publish-Cargo (push) Failing after 2m5s Details

main
HeNine 1 year ago
parent 604d6e8eec
commit b68cd72ce3

@ -25,11 +25,5 @@ jobs:
- name: Publish
uses: https://github.com/actions-rs/cargo@v1
with:
command: build
args: --release --all-features
- name: Run
uses: https://github.com/actions-rs/cargo@v1
with:
command: run
args: -r
command: publish
args: --index="https://git.raptorpond.com/henine/_cargo-index.git" --token="${{ secrets.PACKAGE_TOKEN }}"

Loading…
Cancel
Save