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 445e26f commit eb91b0dCopy full SHA for eb91b0d
1 file changed
.github/workflows/ci.yml
@@ -165,5 +165,6 @@ 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
170
0 commit comments