Skip to content

Commit

Permalink
ci: build with snapshot param in prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Apr 12, 2024
1 parent 785a168 commit 3a19d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
arguments: build -Psnapshot=true

- name: Publish to snapshots maven repository
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 3a19d4d

Please sign in to comment.