Skip to content

Commit e7852b9

Browse files
authored
Remove useless github action step (#93)
1 parent 3032a22 commit e7852b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/merge-build.yml

-5
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,11 @@ jobs:
4949
if: ${{ github.event.repository.fork == false }}
5050
with:
5151
repositories: '[{ "id": "sonatype", "url": "https://oss.sonatype.org/content/repositories/snapshots/", "releases": {"enabled": "false"}, "snapshots": {"enabled": "true" }}]'
52-
servers: '[{ "id": "sonatype", "username": "${{ secrets.SONATYPE_BOT_USERNAME}}", "password": "${{ secrets.SONATYPE_BOT_TOKEN}}" }]'
5352

5453
- name: "Maven Verify"
5554
if: ${{ github.event.repository.fork == true }}
5655
run: mvn -B -e verify
5756

58-
- name: "Maven Build & Deploy Snapshot to Sonatype OSSRH"
59-
if: ${{ github.event.repository.fork == false }}
60-
run: mvn -B -e deploy -DaltDeploymentRepository=sonatype::default::https://oss.sonatype.org/content/repositories/snapshots/
61-
6257
- name: Checkout tools repo
6358
uses: actions/checkout@v4
6459
with:

0 commit comments

Comments
 (0)