Skip to content

Commit 232b7c2

Browse files
committed
release workflow cleanup
1 parent 0790a5d commit 232b7c2

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ jobs:
2727
run: |
2828
mvn --no-transfer-progress clean package
2929
30-
# - name: Create release
31-
# uses: ncipollo/release-action@v1
32-
# with:
33-
# allowUpdates: true
34-
# artifacts: "${{ github.workspace }}/target/*.jar"
35-
# token: ${{ secrets.GITHUB_TOKEN }}
36-
3730
- name: Publish to the Maven Central Repository
3831
run: |
3932
mvn --no-transfer-progress --batch-mode deploy
@@ -42,14 +35,6 @@ jobs:
4235
MAVEN_PASSWORD: ${{ secrets.OSSRH_PWD_TOKEN }}
4336
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PWD }}
4437

45-
# - name: Release to Nexus Repository
46-
# uses: samuelmeuli/action-maven-publish@v1
47-
# with:
48-
# gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }}
49-
# gpg_passphrase: ${{ secrets.GPG_PWD }}
50-
# nexus_username: ${{ secrets.OSSRH_USER_TOKEN }}
51-
# nexus_password: ${{ secrets.OSSRH_PWD_TOKEN }}
52-
5338
- name: Release
5439
uses: softprops/action-gh-release@v1
5540
with:

0 commit comments

Comments
 (0)