Compare commits

..

No commits in common. "fb3cc7a36d821a26be145d333085608002f28b9f" and "85b444745c93e2a6a6a325415fb6027f5508f32d" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,8 @@ jobs:
' > ~/.cargo/config.toml
- uses: katyo/publish-crates@v2
with:
args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
#- uses: katyo/publish-crates@v2
args: --registry cscherr
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
# - uses: katyo/publish-crates@v2
# with:
# args: --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}

View file

@ -2,8 +2,7 @@ name: Cargo Check, Format, Fix and Test
on:
push:
branches:
- '**'
- '!master'
- devel
jobs:
format: