Skip to content

Commit

Permalink
Merge pull request #258 from wcampbell0x2a/add-semver-check
Browse files Browse the repository at this point in the history
ci: Add semver check
  • Loading branch information
wcampbell0x2a authored Jun 10, 2023
2 parents e89c302 + beec0e7 commit 689b136
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- name: Upload binary to release
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
uses: svenstaro/upload-release-action@v2

# check semvar before release!
uses: obi1kenobi/cargo-semver-checks-action@v2

with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
Expand Down

0 comments on commit 689b136

Please sign in to comment.