Skip to content

Commit 9548855

Browse files
committed
disable version check failing due to scala bump
1 parent 5ac42eb commit 9548855

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .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)