build: fix argument order

This commit is contained in:
oSumAtrIX 2022-12-08 20:32:48 +01:00
parent edaf70fd10
commit 57c56b630a
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -29,7 +29,7 @@ jobs:
with:
node-version: "latest"
- name: Build with Gradle
run: ./gradlew --no-daemon build
run: ./gradlew build --no-daemon
- name: Setup semantic-release
run: npm install -g semantic-release @semantic-release/git @semantic-release/changelog gradle-semantic-release-plugin -D
- name: Release