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.
1 parent eb91b0d commit 8ec3e49Copy full SHA for 8ec3e49
1 file changed
.github/workflows/ci.yml
@@ -165,6 +165,5 @@ jobs:
165
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
166
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
167
run: |
168
- mkdir -p target/staging-deploy
169
- mvn -Prelease jreleaser:deploy
+ mvn -Prelease deploy jreleaser:deploy -DaltDeploymentRepository=local::file:./target/staging-deploy
170
0 commit comments