Skip to content

Commit

Permalink
Fixed the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Feb 17, 2024
1 parent 8c9fe45 commit ee69f71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
run: mvn clean install -Dgpg.skip -Dmaven.javadoc.skip=true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
token: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ee69f71

Please sign in to comment.