Skip to content

Commit

Permalink
Update build.yml to do the deploy action using the parent pom
Browse files Browse the repository at this point in the history
dukke authored May 17, 2024
1 parent 057a724 commit 3756373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Build and Deploy with Maven
run: mvn --batch-mode --update-snapshots clean deploy -pl FXThemes
run: mvn --batch-mode --update-snapshots clean deploy
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
@@ -29,4 +29,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: FXThemes-mac-m1
path: FXThemes/staging
path: FXThemes/staging

0 comments on commit 3756373

Please sign in to comment.