generated from PlexSheep/baserepo
Compare commits
5 commits
85b444745c
...
fb3cc7a36d
Author | SHA1 | Date | |
---|---|---|---|
fb3cc7a36d | |||
808c4fc193 | |||
efc7ea9214 | |||
b111619f17 | |||
47b8e580ab |
2 changed files with 6 additions and 6 deletions
|
@ -24,8 +24,7 @@ jobs:
|
|||
' > ~/.cargo/config.toml
|
||||
- uses: katyo/publish-crates@v2
|
||||
with:
|
||||
args: --registry cscherr
|
||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
|
||||
# - uses: katyo/publish-crates@v2
|
||||
# with:
|
||||
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||
args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||
#- uses: katyo/publish-crates@v2
|
||||
# with:
|
||||
# args: --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||
|
|
|
@ -2,7 +2,8 @@ name: Cargo Check, Format, Fix and Test
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- devel
|
||||
- '**'
|
||||
- '!master'
|
||||
|
||||
jobs:
|
||||
format:
|
||||
|
|
Reference in a new issue