diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7db22b..a2c19a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,4 +23,4 @@ jobs: JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }} JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }} JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: mvn -Prelease deploy jreleaser:deploy + run: mvn -Prelease -pl :grapheditor jreleaser:deploy