Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalLike committed Oct 2, 2024
1 parent 7747f9a commit f12fc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: maven

- name: Build with Maven
run: mvn --batch-mode --update-snapshots clean build -DskipTests
run: mvn --batch-mode --update-snapshots clean install -DskipTests

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f12fc5f

Please sign in to comment.