Skip to content

Commit d68d223

Browse files
committed
skip version check as we had to disable bincompat check
1 parent 62fb190 commit d68d223

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
- uses: olafurpg/setup-scala@v13
1212
- uses: olafurpg/setup-gpg@v3
1313
- run: git fetch --unshallow
14-
- name: Check that major or minor was bumped upon compatibility breakage
15-
if: startsWith(github.ref, 'refs/tags/v')
16-
run: sbt versionCheck
1714
- name: Publish ${{ github.ref }}
1815
run: sbt ci-release
1916
env:

0 commit comments

Comments
 (0)