Skip to content

Commit d738f5d

Browse files
committed
Change publishing task to avoid creating GitHub release
1 parent 98410df commit d738f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: ./gradlew build
3939

4040
- name: Publish to OSSRH repository
41-
run: ./gradlew jreleaserPublish
41+
run: ./gradlew jreleaserUpload
4242
env:
4343
JRELEASER_MAVENCENTRAL_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4444
JRELEASER_MAVENCENTRAL_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)