Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Nov 19, 2024
1 parent d70552c commit 0e655ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew :jreleaserDeploy -DaltDeploymentRepository=local::file:./build/staging-deploy
run: ./gradlew :core:jreleaserDeploy -DaltDeploymentRepository=local::file:./build/staging-deploy-core
run: ./gradlew :core:jreleaserDeploy -DaltDeploymentRepository=local::file:./build/staging-deploy-backend-openpnp

0 comments on commit 0e655ba

Please sign in to comment.