Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Dec 26, 2023
1 parent 97ccd04 commit 18b20c8
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 18b20c8

Please sign in to comment.