Skip to content

Commit

Permalink
Fix env name in workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
elmomoilanen committed Jun 10, 2023
1 parent c9f7ccd commit 2316c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
toolchain: stable
override: true
- name: Publish Crate
run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}
run: cargo publish --token ${CRATES_IO_TOKEN}
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

0 comments on commit 2316c5f

Please sign in to comment.