Skip to content

Commit 3a6d8b7

Browse files
committed
Comment deploy
1 parent d4403b8 commit 3a6d8b7

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,16 @@ jobs:
9292
echo "New version is: $NEW_VERSION"
9393
mvn versions:set -DnewVersion=${NEW_VERSION} -DgenerateBackupPoms=false -B
9494
95-
- name: Build and Publish
96-
uses: samuelmeuli/action-maven-publish@v1
97-
with:
98-
maven_args: "-DskipTests=true"
99-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
100-
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
101-
nexus_username: ${{ secrets.NEXUS_USERNAME }}
102-
nexus_password: ${{ secrets.NEXUS_PASSWORD }}
103-
env:
104-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95+
# - name: Build and Publish
96+
# uses: samuelmeuli/action-maven-publish@v1
97+
# with:
98+
# maven_args: "-DskipTests=true"
99+
# gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
100+
# gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
101+
# nexus_username: ${{ secrets.NEXUS_USERNAME }}
102+
# nexus_password: ${{ secrets.NEXUS_PASSWORD }}
103+
# env:
104+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105105

106106
- name: Commit files
107107
run: |

0 commit comments

Comments
 (0)