Skip to content

Commit

Permalink
fix alpha tag build task (#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-walker committed Jun 27, 2022
1 parent c628dfa commit 425b4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-alpha-tag.yaml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Gradle build
uses: gradle/gradle-build-action@v2.2.0
with:
arguments: --full-stacktrace build "-Psemver.stage=alpha"
arguments: --full-stacktrace assemble "-Psemver.stage=alpha"

- name: Stop Gradle daemons
run: ./gradlew --stop
Expand Down

0 comments on commit 425b4a2

Please sign in to comment.