Skip to content

Commit 8ec3e49

Browse files
committed
ci
1 parent eb91b0d commit 8ec3e49

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,5 @@ jobs:
165165
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
166166
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
167167
run: |
168-
mkdir -p target/staging-deploy
169-
mvn -Prelease jreleaser:deploy
168+
mvn -Prelease deploy jreleaser:deploy -DaltDeploymentRepository=local::file:./target/staging-deploy
170169

0 commit comments

Comments
 (0)