Skip to content

Commit 7bea2fe

Browse files
committed
Add runs-on and name
1 parent b214417 commit 7bea2fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99

1010
jobs:
1111
publish-to-maven-central:
12+
runs-on: ubuntu-latest
13+
name: Publish to Maven Central
14+
1215
steps:
1316
- id: install-secret-key
1417
name: Install gpg secret key

0 commit comments

Comments
 (0)