Skip to content

Commit bfac0cf

Browse files
committed
🤔 Another attempt
1 parent 4dd8790 commit bfac0cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- name: Publish package
4444
uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005
4545
with:
46-
arguments: jreleaserFullRelease
46+
arguments: jreleaserDeploy

‎build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jreleaser {
169169
}
170170
}
171171
release {
172-
generic {
172+
github {
173173
skipTag = true
174174
skipRelease = true
175175
}

0 commit comments

Comments
 (0)