Skip to content

Commit

Permalink
Updating release file
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshVij committed Aug 31, 2023
1 parent d297e19 commit 3df991f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Cargo build
run: cargo build --release
- name: Publish to crates.io
run: cargo publish --token CARGO_REGISTRY_TOKEN
run: cargo publish --token $CARGO_REGISTRY_TOKEN
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 3df991f

Please sign in to comment.