Skip to content

Commit

Permalink
v1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Sep 5, 2023
1 parent 7be422f commit fe3e8f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ 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 fe3e8f8

Please sign in to comment.