bp
Publish Cargo and Docker package / Publish-Cargo (push) Has started running Details
Publish Cargo and Docker package / Publish-Docker (push) Has been cancelled Details

main
HeNine 1 year ago
parent 43952557bb
commit f770f8a5b3

@ -32,12 +32,12 @@ jobs:
command: publish command: publish
args: --index=https://git.raptorpond.com/henine/_cargo-index.git --token "Bearer ${{ secrets.PACKAGE_TOKEN }}" args: --index=https://git.raptorpond.com/henine/_cargo-index.git --token "Bearer ${{ secrets.PACKAGE_TOKEN }}"
# Publish-Docker: Publish-Docker:
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# needs: Publish-Cargo needs: Publish-Cargo
# steps: steps:
# - name: Check out repository code - name: Check out repository code
# uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
# - name: Write release version # - name: Write release version
# run: | # run: |

Loading…
Cancel
Save