We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7272a86 commit 70c0834Copy full SHA for 70c0834
.github/workflows/build.yml
@@ -81,10 +81,10 @@ jobs:
81
distribution: temurin
82
java-version: 17
83
84
- - uses: gradle/gradle-build-action@v2
85
- name: Publish
+ - name: Build and publish snapshots
+ uses: gradle/gradle-build-action@v2
86
with:
87
- arguments: snapshot
+ arguments: assemble publishToSonatype
88
env:
89
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
90
SONATYPE_KEY: ${{ secrets.SONATYPE_KEY }}
0 commit comments