We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e7d76 commit 5ae5e29Copy full SHA for 5ae5e29
.github/workflows/pullrequest.yml
@@ -35,7 +35,7 @@ jobs:
35
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
36
37
- name: Build with Maven
38
- run: mvn --batch-mode --update-snapshots
+ run: mvn --batch-mode
39
40
- name: Upload coverage to Codecov
41
uses: codecov/codecov-action@v2
0 commit comments