Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSin9h committed Jul 31, 2023
1 parent a56296f commit 3fd01f4
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 @@ -13,6 +13,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Cargo login
run: cargo login {{ secrets.CRATES_TOKEN }}
run: cargo login ${{ secrets.CRATES_TOKEN }}
- name: Cargo publish
run: cargo publish

0 comments on commit 3fd01f4

Please sign in to comment.