Skip to content

Commit fe406d5

Browse files
committed
Fixed cd.yml
1 parent c68f7cf commit fe406d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cd.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020

2121
- name: Login
22-
run: cargo login ${TOKEN}
23-
with:
24-
env:
25-
TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
22+
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
2623

2724
- name: Publish
2825
run: cargo publish

0 commit comments

Comments
 (0)