Skip to content

Commit

Permalink
Restore crate publish
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Sep 5, 2023
1 parent a683110 commit 9704bdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
id: current_tag
uses: WyriHaximus/github-action-get-previous-tag@v1

- name: Release package
run: cargo publish --no-verify --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

- name: Release binaries
run: ./scripts/release_binaries.sh --version=${{ steps.current_tag.outputs.tag }}

Expand Down

0 comments on commit 9704bdc

Please sign in to comment.