Skip to content

Commit

Permalink
Restore working version
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jan 21, 2024
1 parent bd9c596 commit 5a75598
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ jobs:
- 3.9.6
runs-on: ${{ matrix.os }}
steps:
- uses: s4u/[email protected]
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-distribution: 'temurin'
distribution: 'temurin'
java-version: ${{ matrix.java }}
maven-version: ${{ matrix.maven }}
settings-servers: |
- uses: s4u/[email protected]
with:
servers: |
[{
"id": "ossrh",
"username": "${{ secrets.OSS_SONATYPE_USERNAME }}",
Expand Down

0 comments on commit 5a75598

Please sign in to comment.