Skip to content

Commit

Permalink
Merge pull request Commonjava#2454 from ligangty/master
Browse files Browse the repository at this point in the history
Fix an error in maven push action
  • Loading branch information
ligangty authored Aug 7, 2024
2 parents aab02b4 + 74f93f7 commit b1da3f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/maven-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
build:
name: Build and push
runs-on: ubuntu-latest
needs: verify
if: ${{ github.event_name == 'push' }}
env:
MAVEN_OPTS: "-Xmx4096m -Xms2048m -XX:MaxMetaspaceSize=4096m -Xss8m"
SKIP_NPM_CONFIG: false
Expand Down

0 comments on commit b1da3f9

Please sign in to comment.