Skip to content

Commit

Permalink
Fix in workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Apr 8, 2024
1 parent c047a4d commit 0c4bbe1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package


- name: Log in to the Container registry
Expand Down

0 comments on commit 0c4bbe1

Please sign in to comment.