fix: clean after building

This commit is contained in:
Sculas
2022-05-13 20:10:09 +02:00
committed by GitHub
parent f25c8d2cd1
commit 96f76b2eb5

View File

@@ -32,7 +32,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 -g semantic-release @semantic-release/git @semantic-release/changelog gradle-semantic-release-plugin -D
- name: Release