.gitea/workflows/cargo-publish.yaml aktualisiert

This commit is contained in:
Christoph J. Scherr 2024-01-17 02:01:30 +01:00
parent faade267cb
commit daa515325f
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ jobs:
' > ~/.cargo/config.toml
- uses: katyo/publish-crates@v2
with:
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git" \
--registry cscherr
args: --registry cscherr
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
# - uses: katyo/publish-crates@v2
# with: