Skip to content

Commit 3afe88e

Browse files
committed
minor updates
1 parent da0a064 commit 3afe88e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/maven-release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
name: Make release
1+
name: Release to Maven Central (snapshot, stable)
22

33
on:
4-
pull_request:
54
push:
65
branches:
76
- master
@@ -28,7 +27,7 @@ jobs:
2827
run: ./mvnw clean install -DskipTests=true
2928
#run: ./mvnw clean install
3029

31-
publish-OSSRH:
30+
publish:
3231
runs-on: ubuntu-latest
3332
name: Publish to Maven Central
3433
needs: build
@@ -59,5 +58,4 @@ jobs:
5958
run: ./mvnw -DskipTests=true --batch-mode -P release -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy
6059
env:
6160
MAVEN_USERNAME: ${{ secrets.OSS_USERNAME }}
62-
MAVEN_PASSWORD: ${{ secrets.OSS_PASSWORD }}
63-
61+
MAVEN_PASSWORD: ${{ secrets.OSS_PASSWORD }}

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@
446446
<plugin>
447447
<groupId>org.apache.maven.plugins</groupId>
448448
<artifactId>maven-gpg-plugin</artifactId>
449+
<version>1.6</version>
449450
<configuration>
450451
<gpgArguments>
451452
<arg>--pinentry-mode</arg>

0 commit comments

Comments
 (0)