Skip to content

Commit

Permalink
chore: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Aug 5, 2023
1 parent 2d06cab commit 0b58261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Publish to Maven Central
run: |
./mvnw -N -ntp install
./mvnw -ntp -Prelease,release-flow,release-ossrh -pl :vaadin-flow-sockjs,:vertx-vaadin-flow:vertx-vaadin-flow-jandex,:vertx-vaadin-quarkus-extension-parent,:vertx-vaadin-quarkus-extension,:vertx-vaadin-quarkus-extension-deployment -Dvertx-vaadin.release.gpg -DskipTests clean deploy
./mvnw -ntp -Prelease,release-flow,release-ossrh -pl :vaadin-flow-sockjs,:vertx-vaadin-flow,:vertx-vaadin-flow-jandex,:vertx-vaadin-quarkus-extension-parent,:vertx-vaadin-quarkus-extension,:vertx-vaadin-quarkus-extension-deployment -Dvertx-vaadin.release.gpg -DskipTests clean deploy
env:
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
Expand Down

0 comments on commit 0b58261

Please sign in to comment.