Skip to content

Commit

Permalink
Merge pull request #177 from ligangty/main
Browse files Browse the repository at this point in the history
Remove useless comment in ghaction
  • Loading branch information
ligangty authored Mar 4, 2024
2 parents ba769bc + b36c592 commit def7f1f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/merge-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit def7f1f

Please sign in to comment.