ci: build before running semantic-release

This commit is contained in:
oSumAtrIX 2023-06-12 01:50:05 +02:00
parent 9de90703c8
commit 5f1843771e
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ jobs:
# https://github.com/cycjimmy/semantic-release-action#private-packages
persist-credentials: false
fetch-depth: 0
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew clean --no-daemon
- name: Setup semantic-release
run: npm install
- name: Release