Skip to content

Commit

Permalink
Update release.yml and test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Nov 27, 2022
1 parent d297c84 commit f7c9a35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Configure Java 8 and generate a settings.xml file containing the OSSRH credentials
- name: Set up Maven Central Repository
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: "adopt"
distribution: "temurin"
java-version: "8"
server-id: ossrh
server-username: OSSRH_USERNAME
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Install
run: mvn install -B -DskipTests
- name: Test
Expand Down

0 comments on commit f7c9a35

Please sign in to comment.