Skip to content

Commit

Permalink
Fix typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Aug 20, 2023
1 parent 221ae4d commit 6ef5659
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 @@ -35,4 +35,4 @@ jobs:
- name: Publish facti to crates.io
run: cargo publish --package --token ${CRATESIO_API_TOKEN}
env:
CRATESIO_TOKEN: ${{ secrets.CRATESIO_API_TOKEN }}
CRATESIO_API_TOKEN: ${{ secrets.CRATESIO_API_TOKEN }}

0 comments on commit 6ef5659

Please sign in to comment.