Skip to content

Commit

Permalink
deploy on push
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Dec 26, 2023
1 parent cfb0ab6 commit 97ccd04
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 @@ -292,7 +292,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: ${{ env.JAVA_VERSION }}
server-id: github-vertx-vaadin
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
Expand Down

0 comments on commit 97ccd04

Please sign in to comment.