generated from PlexSheep/baserepo
Compare commits
No commits in common. "fb3cc7a36d821a26be145d333085608002f28b9f" and "85b444745c93e2a6a6a325415fb6027f5508f32d" have entirely different histories.
fb3cc7a36d
...
85b444745c
2 changed files with 6 additions and 6 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 --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
args: --registry cscherr
|
||||||
|
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
|
||||||
# - uses: katyo/publish-crates@v2
|
# - uses: katyo/publish-crates@v2
|
||||||
# with:
|
# with:
|
||||||
# args: --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||||
|
|
|
@ -2,8 +2,7 @@ name: Cargo Check, Format, Fix and Test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- devel
|
||||||
- '!master'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
|
|
Reference in a new issue