Skip to content

Commit

Permalink
fix: missing dist management
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Oct 8, 2023
1 parent f715424 commit 0f9d9b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
java-package: jdk
architecture: x64
cache: maven
server-id: github
settings-path: ${{ github.workspace }}
server-username: StarWishsama
- name: Build dough
if: github.event_name != 'pull_request'
run: mvn -B package --file pom.xml --errors
- name: Publish dough
if: github.event_name != 'pull_request'
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml --file pom-github-package.xml --errors
run: mvn deploy --file pom-github-package.xml --errors
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 0f9d9b3

Please sign in to comment.