Skip to content

Commit 2916ffe

Browse files
committed
Fix CI rule
1 parent 3e03563 commit 2916ffe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,5 @@ jobs:
156156
uses: actions-rs/cargo@v1
157157
with:
158158
command: publish
159-
args: --token ${CRATES_TOKEN}
160159
env:
161-
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
160+
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 commit comments

Comments
 (0)