Skip to content

Commit

Permalink
Rollback skipped package release
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Sep 1, 2023
1 parent 2102007 commit 8fed3c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ jobs:
id: current_tag
uses: WyriHaximus/github-action-get-previous-tag@v1

- name: Release binaries (no package)
- 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=v${{ steps.current_tag.outputs.tag }}

- name: Release new version
Expand Down

0 comments on commit 8fed3c0

Please sign in to comment.