We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc2e6e6 + d107960 commit 6eefa01Copy full SHA for 6eefa01
.github/workflows/jdeploy.yml
@@ -22,6 +22,10 @@ jobs:
22
java-version: '23'
23
distribution: 'temurin'
24
cache: maven
25
+ - name: Set up git
26
+ run: |
27
+ git config --global user.email "${{ github.actor }}@users.noreply.github.com"
28
+ git config --global user.name "${{ github.actor }}"
29
- name: Build with Maven
30
run: mvn -B package --file pom.xml
31
- name: Build App Installer Bundles
0 commit comments