Skip to content

Commit b260352

Browse files
authored
Update maven-publish.yml
1 parent 5b9666e commit b260352

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/maven-publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
git commit -m "updating version to ${{ github.event.inputs.version }} in pom"
3838
git tag -f -a v${{ github.event.inputs.version }} -m "tagging version ${{ github.event.inputs.version }}"
3939
git push -f --tags
40-
echo "WTF | ,${{ secrets.GPG_PASSPHRASE }}, ,${{secrets.GPG_PASSPHRASE}},"
41-
mvn --batch-mode deploy -DskipTests -Dgpg.passphrase=WTF -Ppublish
40+
mvn --batch-mode deploy -Ppublish
4241
env:
4342
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4443
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)