Skip to content

Commit

Permalink
skip version check as we had to disable bincompat check
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Sep 15, 2022
1 parent 62fb190 commit d68d223
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -11,9 +11,6 @@ jobs:
- uses: olafurpg/setup-scala@v13
- uses: olafurpg/setup-gpg@v3
- run: git fetch --unshallow
- name: Check that major or minor was bumped upon compatibility breakage
if: startsWith(github.ref, 'refs/tags/v')
run: sbt versionCheck
- name: Publish ${{ github.ref }}
run: sbt ci-release
env:
Expand Down

0 comments on commit d68d223

Please sign in to comment.