Skip to content

Commit

Permalink
chore: h
Browse files Browse the repository at this point in the history
  • Loading branch information
ProspectPyxis committed Jul 3, 2022
1 parent 6d9b9e4 commit 7e175fa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
with:
toolchain: stable
override: true
- name: publish to crates.io
uses: katyo/publish-crates@v1
- name: cargo publish
uses: actions-rs/cargo@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
command: publish
args: --token ${CARGO_REGISTRY_TOKEN}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 7e175fa

Please sign in to comment.