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