Skip to content

Commit 7ce1a59

Browse files
committed
Improved publish github workflow
1 parent b593732 commit 7ce1a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
environment: mavenCentralPublish
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: checkout
12+
- name: Checkout
1313
uses: actions/checkout@v2
14-
- name: setup java
14+
- name: Setup Java
1515
uses: actions/setup-java@v2
1616
with:
1717
distribution: 'adopt'

0 commit comments

Comments
 (0)