From b36c592782972881310a113684399b1d57e09532 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Mon, 4 Mar 2024 15:11:23 +0800 Subject: [PATCH] Remove useless comment in ghaction --- .github/workflows/merge-build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/merge-build.yml b/.github/workflows/merge-build.yml index bab9e67..b0f83af 100644 --- a/.github/workflows/merge-build.yml +++ b/.github/workflows/merge-build.yml @@ -23,7 +23,7 @@ on: [push] jobs: publish-snapshot: - name: publish to oss sonatype & push image + name: Build & push image runs-on: ubuntu-latest permissions: contents: read @@ -41,13 +41,6 @@ jobs: architecture: x64 java-version: 11 -# - name: maven-settings-xml-action -# uses: whelk-io/maven-settings-xml-action@v14 -# if: ${{ github.event.repository.fork == false }} -# with: -# repositories: '[{ "id": "sonatype", "url": "https://oss.sonatype.org/content/repositories/snapshots/", "releases": {"enabled": "false"}, "snapshots": {"enabled": "true" }}]' -# servers: '[{ "id": "sonatype", "username": "${{ secrets.SONATYPE_BOT_USERNAME}}", "password": "${{ secrets.SONATYPE_BOT_TOKEN}}" }]' - - name: "Maven Verify" if: ${{ github.event.repository.fork == true }} run: mvn -B -e verify