Compare commits

...

2 commits

Author SHA1 Message Date
f6b8e18411 Merge pull request '.gitea/workflows/cargo-publish.yaml aktualisiert' (#43) from plexsheep-patch-1 into master
Some checks failed
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m45s
Reviewed-on: #43
2024-01-17 02:01:41 +01:00
daa515325f .gitea/workflows/cargo-publish.yaml aktualisiert 2024-01-17 02:01:30 +01:00

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: