Skip to content

Commit 2690104

Browse files
Disabled GitHub Release Step for JReleaser
1 parent 8afc36a commit 2690104

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: read
88

99
jobs:
10-
build:
10+
release:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Sources

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,11 @@
393393
</nexus2>
394394
</maven>
395395
</deploy>
396+
<release>
397+
<github>
398+
<enabled>false</enabled>
399+
</github>
400+
</release>
396401
</jreleaser>
397402
</configuration>
398403
</plugin>

0 commit comments

Comments
 (0)