Skip to content

Commit

Permalink
Merge pull request #2 from gdgib/G2-1562-StartProject
Browse files Browse the repository at this point in the history
G2-1562 Update gh actions workflow
  • Loading branch information
gdgib authored Apr 29, 2024
2 parents faef828 + 3f85fc2 commit 9ed9e7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
concurrency: "${{ github.workflow }}-${{ github.ref }}"
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-java@v2
uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 11
java-version: 17
cache: maven
- name: Build
run: "mvn -s \"${GITHUB_WORKSPACE}/.github/workflows/maven-settings.xml\" -B ${{ (((github.event_name == 'push') || (github.event_name == 'workflow_dispatch')) && (github.ref == 'refs/heads/master')) && 'deploy' || 'package' }} --file pom.xml -Prelease,release-snapshot"
run: "mvn -s \"${GITHUB_WORKSPACE}/.github/workflows/maven-settings.xml\" -B ${{ (((github.event_name == 'push') || (github.event_name == 'workflow_dispatch')) && (github.ref == 'refs/heads/main')) && 'deploy' || 'package' }} --file pom.xml -Prelease,release-snapshot"
env:
GITHUB_TOKEN: "${{ github.token }}"

0 comments on commit 9ed9e7e

Please sign in to comment.