generated from PlexSheep/baserepo
Compare commits
No commits in common. "f6b8e184115b17d086751a7b7b1d82f7d2618529" and "faade267cb068ec4aea2de6b41f21ef177164400" have entirely different histories.
f6b8e18411
...
faade267cb
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ jobs:
|
||||||
' > ~/.cargo/config.toml
|
' > ~/.cargo/config.toml
|
||||||
- uses: katyo/publish-crates@v2
|
- uses: katyo/publish-crates@v2
|
||||||
with:
|
with:
|
||||||
args: --registry cscherr
|
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git" \
|
||||||
|
--registry cscherr
|
||||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||||
# - uses: katyo/publish-crates@v2
|
# - uses: katyo/publish-crates@v2
|
||||||
# with:
|
# with:
|
||||||
|
|
Reference in a new issue