Skip to content

Commit 3c7bf17

Browse files
committed
Debug release properties and remove skip gpg sign
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 422c93f commit 3c7bf17

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
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

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,6 @@
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>

0 commit comments

Comments
 (0)