Skip to content

Commit

Permalink
Merge pull request ome#59 from jburel/actions_update
Browse files Browse the repository at this point in the history
Actions update
  • Loading branch information
jburel authored Aug 21, 2023
2 parents d1c6223 + faf7ec6 commit 2d75020
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
maven_commands: install # default is install
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
Expand All @@ -38,7 +38,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Retrieve version
id: get_version
run: |
Expand All @@ -65,5 +65,3 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.CI_DEPLOY_USER }}
MAVEN_PASSWORD: ${{ secrets.CI_DEPLOY_PASS }}


0 comments on commit 2d75020

Please sign in to comment.