build(Needs bump): run build task when dummy publication task is executed

This fixes issues with semantic-release not being able to upload release assets
This commit is contained in:
oSumAtrIX
2023-08-23 16:28:38 +02:00
parent 1fa3dd7b8c
commit f556909b9e
2 changed files with 5 additions and 5 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
- name: Setup semantic-release
run: npm install
- name: Release