Skip to content

Commit

Permalink
ci: clean after building
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 21, 2023
1 parent f38982d commit a808eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a808eca

Please sign in to comment.