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 8afc36a commit 2690104Copy full SHA for 2690104
.github/workflows/release.yml
@@ -7,7 +7,7 @@ permissions:
7
contents: read
8
9
jobs:
10
- build:
+ release:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout Sources
pom.xml
@@ -393,6 +393,11 @@
393
</nexus2>
394
</maven>
395
</deploy>
396
+ <release>
397
+ <github>
398
+ <enabled>false</enabled>
399
+ </github>
400
+ </release>
401
</jreleaser>
402
</configuration>
403
</plugin>
0 commit comments