Skip to content

Commit

Permalink
Fixed removed maven-file.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 20, 2023
1 parent 4e60c2e commit 81ef778
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
cache: maven

- name: Set up Maven
uses: hb0730/maven-action@latest
uses: hb0730/maven-action@v1.0.1
with:
maven-version: 3.9.6
maven-file: ${{ runner.temp }}/apache-maven-3.9.6-bin.tar.gz
url: https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.tar.gz
- name: "Building with Maven."
run: mvn verify -e -B -V --no-transfer-progress

0 comments on commit 81ef778

Please sign in to comment.