We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dad7b4f + a01f35a commit cad3daaCopy full SHA for cad3daa
1 file changed
.github/workflows/release.yml
@@ -41,4 +41,4 @@ jobs:
41
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
42
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
working-directory: backend
44
- run: mvn -Prelease deploy jreleaser:deploy -Djreleaser.config.file=jreleaser.yml -DaltDeploymentRepository=local::file:./target/staging-deploy -DskipTests
+ run: mvn -Prelease deploy jreleaser:deploy -Djreleaser.config.file=../jreleaser.yml -DaltDeploymentRepository=local::file:./target/staging-deploy -DskipTests
0 commit comments