Skip to content

Commit

Permalink
Improved publish github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Apr 14, 2021
1 parent 4a41998 commit 136663f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
environment: mavenCentralPublish
runs-on: ubuntu-latest
steps:
- name: checkout
- name: Checkout
uses: actions/checkout@v2
- name: setup java
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
Expand Down

0 comments on commit 136663f

Please sign in to comment.