File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 4848 run: |
4949 git checkout -b release
5050 mvn -B release:prepare -Prelease -DreleaseVersion=${{steps.metadata.outputs.current-version}} -DdevelopmentVersion=${{steps.metadata.outputs.next-version}}
51+ cat release.properties
5152 git checkout ${{github.base_ref}}
5253 git rebase release
5354 mvn -B release:perform -Darguments=-DperformRelease -DperformRelease -Prelease
Original file line number Diff line number Diff line change 277277 <groupId>org.apache.maven.plugins</groupId>
278278 <artifactId>maven-gpg-plugin</artifactId>
279279 <version>${version.gpg.plugin}</version>
280- <configuration>
281- <skip>true</skip>
282- </configuration>
283280 </plugin>
284281 <plugin>
285282 <artifactId>maven-deploy-plugin</artifactId>
You can’t perform that action at this time.
0 commit comments