Skip to content

Commit

Permalink
fix(ci): Uses the correct var name
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastaylor312 committed Jan 28, 2022
1 parent b053c3d commit 053cb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Cargo login
env:
CRATES_TOKEN: ${{ secrets.crates-token }}
CRATES_TOKEN: ${{ secrets.cratesToken }}
run: cargo login ${{ env.CRATES_TOKEN }}
shell: bash

Expand Down

0 comments on commit 053cb8a

Please sign in to comment.