mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-23 02:07:33 +01:00
build: fix argument order
This commit is contained in:
parent
edaf70fd10
commit
57c56b630a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user