Skip to content

Commit

Permalink
Fixed cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspring committed Sep 22, 2023
1 parent c68f7cf commit fe406d5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Login
run: cargo login ${TOKEN}
with:
env:
TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}

- name: Publish
run: cargo publish

0 comments on commit fe406d5

Please sign in to comment.