Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Nov 19, 2024
1 parent 0e655ba commit 2cf0e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +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 :core:jreleaserDeploy -DaltDeploymentRepository=local::file:./build/staging-deploy-core
run: ./gradlew :core:jreleaserDeploy -DaltDeploymentRepository=local::file:./build/staging-deploy-backend-openpnp

run: |
- ./gradlew :core:jreleaserDeploy -DaltDeploymentRepository=local::file:./build/staging-deploy-core
- ./gradlew :core:jreleaserDeploy -DaltDeploymentRepository=local::file:./build/staging-deploy-backend-openpnp

0 comments on commit 2cf0e76

Please sign in to comment.