ci: clean after building

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

View File

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