build: use binary compatibility validator

This prevents releasing breaking changes accidentally.
This commit is contained in:
oSumAtrIX
2023-08-29 03:47:01 +02:00
parent 93b29d2e83
commit 26b70554c4
3 changed files with 6 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew clean --no-daemon
run: ./gradlew build clean --no-daemon
- name: Setup semantic-release
run: npm install
- name: Release