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 3739e77 commit e967c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ env.JAVA_VERSION }}
server-id: github-vertx-vaadin
server-id: github-vertx-vaadin-snapshots
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- uses: actions/download-artifact@v3
Expand All @@ -313,7 +313,7 @@ jobs:
mvn -V -e -B -ntp -DskipTests install
- name: Deploy classifiers
run: |
mvn -V -e -B -ntp -DskipVertxRun=true -Dvertx-vaadin.release=snapshot -Ddistribution.id=github-vertx-vaadin -Dvertx-vaadin.release.gpg deploy
mvn -V -e -B -ntp -DskipVertxRun=true -Dvertx-vaadin.release=snapshot -Dvertx-vaadin.release.gpg deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 comments on commit e967c67

Please sign in to comment.