build test
Publish Cargo package / Publish-Cargo (push) Has started running Details

main
HeNine 1 year ago
parent 23170a7c78
commit 6b647df689

@ -22,8 +22,14 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Login
uses: https://github.com/actions-rs/cargo@v1
with:
command: login
- name: Publish
uses: https://github.com/actions-rs/cargo@v1
with:
command: publish
args: --index=https://git.raptorpond.com/henine/_cargo-index.git --token="${{ secrets.PACKAGE_TOKEN }}"
args: --index=https://git.raptorpond.com/henine/_cargo-index.git --token "${{ secrets.PACKAGE_TOKEN }}"

Loading…
Cancel
Save