Skip to content

Commit 6b348cf

Browse files
committed
tweak ci
1 parent d270e42 commit 6b348cf

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
toolchain: stable
2323
override: true
2424

25-
- run: |
26-
cargo login $CRATE_TOKEN
27-
cargo publish --token=${CRATE_TOKEN}
25+
- run: cargo publish
2826
env:
29-
CRATES_TOKEN: ${{ secrets.CRATE_TOKEN }}
27+
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATE_TOKEN }}

0 commit comments

Comments
 (0)