Skip to content

Commit 7947975

Browse files
committed
Improve release pipeline (#837)
1 parent 9868afa commit 7947975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
java: [ '21' ]
1515
architecture: [ 'x64' ]
1616

17-
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
17+
name: Release ${{ github.event.inputs.release-tag }}
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:

0 commit comments

Comments
 (0)