We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e227d2e commit fd709eaCopy full SHA for fd709ea
.github/workflows/release.yml
@@ -23,4 +23,4 @@ jobs:
23
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
24
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
25
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
- run: mvn -Prelease deploy jreleaser:deploy
+ run: mvn -Prelease -pl :grapheditor jreleaser:deploy
0 commit comments