Skip to content

Commit

Permalink
Merge pull request #4 from whl2606555/dev
Browse files Browse the repository at this point in the history
fix: cargo login issue
  • Loading branch information
RecordingTheSmile committed Oct 25, 2023
2 parents 964d91b + a586f3b commit 8b8181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: actions/checkout@v4
- name: Publish to crates.io
run: |
cargo login "$secrets.CRATES_TOKEN"
cargo login ${{ secrets.CRATES_TOKEN }}
cargo publish -v

0 comments on commit 8b8181a

Please sign in to comment.