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 422c93f commit 3c7bf17Copy full SHA for 3c7bf17
.github/workflows/release.yml
@@ -48,6 +48,7 @@ jobs:
48
run: |
49
git checkout -b release
50
mvn -B release:prepare -Prelease -DreleaseVersion=${{steps.metadata.outputs.current-version}} -DdevelopmentVersion=${{steps.metadata.outputs.next-version}}
51
+ cat release.properties
52
git checkout ${{github.base_ref}}
53
git rebase release
54
mvn -B release:perform -Darguments=-DperformRelease -DperformRelease -Prelease
pom.xml
@@ -277,9 +277,6 @@
277
<groupId>org.apache.maven.plugins</groupId>
278
<artifactId>maven-gpg-plugin</artifactId>
279
<version>${version.gpg.plugin}</version>
280
- <configuration>
281
- <skip>true</skip>
282
- </configuration>
283
</plugin>
284
<plugin>
285
<artifactId>maven-deploy-plugin</artifactId>
0 commit comments