Skip to content

Commit

Permalink
update publish and use marketplace action to publish all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Oct 30, 2023
1 parent c8f41eb commit 1f7412c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: actions/checkout@v4

- name: Publish release
run: cargo publish --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 1f7412c

Please sign in to comment.