Skip to content

Commit b36bdd0

Browse files
committed
Show distribution name in release-verify-signatures job title
1 parent e3f8fe1 commit b36bdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-verify-signatures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
verify:
9-
name: Verify signatures (JDK ${{matrix.java}})
9+
name: Verify signatures (JDK ${{ matrix.java }} ${{ matrix.distribution }})
1010

1111
runs-on: ubuntu-latest
1212
strategy:

0 commit comments

Comments
 (0)