Skip to content

Commit

Permalink
don't force update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Nov 6, 2023
1 parent f4e8420 commit 8cf2dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
cache: 'maven'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build with Maven
run: mvn -batch-mode --update-snapshots clean install -Ppre --file pom.xml
run: mvn -batch-mode clean install -Ppre --file pom.xml

0 comments on commit 8cf2dc1

Please sign in to comment.