Skip to content

Commit

Permalink
Update release-central.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia authored Nov 19, 2024
1 parent ba6744a commit fef93bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew
- name: Publish package to local staging directory
run: ./gradlew :publish
run: ./gradlew :core:publish :backend-openpnp:publish
- name: Publish package to maven central
env:
JRELEASER_MAVENCENTRAL_USERNAME: ${{ secrets.JRELEASER_MAVENCENTRAL_USERNAME }}
Expand Down

0 comments on commit fef93bf

Please sign in to comment.