Skip to content

Commit

Permalink
Merge branch 'refactor/simplify-project-structure' into test/validati…
Browse files Browse the repository at this point in the history
…on-workflow
  • Loading branch information
mcollovati authored Dec 26, 2023
2 parents 4ac99c8 + 18b20c8 commit ae464f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
mvn -V -e -B -ntp -DskipTests install
- name: Deploy classifiers
run: |
mvn -V -e -B -ntp -DskipVertxRun=true -Ddistribution.id=github-vertx-vaadin -Dvertx-vaadin.release.gpg deploy
mvn -V -e -B -ntp -DskipVertxRun=true -Dvertx-vaadin.release=snapshot -Ddistribution.id=github-vertx-vaadin -Dvertx-vaadin.release.gpg deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 comments on commit ae464f4

Please sign in to comment.