Skip to content

Commit 7b281b2

Browse files
committed
Update workflows
1 parent c36c388 commit 7b281b2

9 files changed

+12
-1
lines changed

.github/workflows/deploy.linux.temurin.lts.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ jobs:
2525
java-version: 21
2626
distribution: temurin
2727

28+
- name: Check PGP version
29+
run: gpg --version
30+
2831
- name: Import signing key
2932
env:
3033
PGP_SIGNING_KEY: ${{ secrets.PGP_SIGNING_KEY }}
31-
run: echo "${PGP_SIGNING_KEY}" | gpg --import
34+
run: echo "${PGP_SIGNING_KEY}" | gpg -v --import
3235

3336
- name: Log in to Quay.io.
3437
uses: redhat-actions/podman-login@v1.7

.github/workflows/main.linux.temurin.current.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
id: project_is_snapshot
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

36+
3637
- name: Build
3738
env:
3839
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/main.linux.temurin.lts.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
id: project_is_snapshot
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

36+
3637
- name: Build
3738
env:
3839
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/main.windows.temurin.current.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
id: project_is_snapshot
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

36+
3637
- name: Build
3738
env:
3839
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/main.windows.temurin.lts.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
id: project_is_snapshot
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

36+
3637
- name: Build
3738
env:
3839
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/pr.linux.temurin.current.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
id: project_is_snapshot
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

36+
3637
- name: Build
3738
env:
3839
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/pr.linux.temurin.lts.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
id: project_is_snapshot
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

36+
3637
- name: Build
3738
env:
3839
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/pr.windows.temurin.current.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
id: project_is_snapshot
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

36+
3637
- name: Build
3738
env:
3839
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/pr.windows.temurin.lts.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
id: project_is_snapshot
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

36+
3637
- name: Build
3738
env:
3839
XOANON_REALLY_USE_LOCAL_DISPLAY: true

0 commit comments

Comments
 (0)