ci: clean after building

This commit is contained in:
oSumAtrIX 2023-07-21 19:17:06 +02:00
parent 67cf3e2eb4
commit d7fc06a647
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

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