Skip to content

Commit

Permalink
Fix version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaristeGalois11 committed Mar 15, 2024
1 parent e8501e6 commit c08c923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: ./mvnw -B install # Be sure to invoke the install goal!

- name: 'Prepare Sonar analysis'
uses: evaristegalois11/sonar-fork-analysis@1
uses: evaristegalois11/sonar-fork-analysis@v1
```
Create a new workflow triggered by the conclusion of the previous one and add this action to it.
Expand All @@ -44,7 +44,7 @@ jobs:
actions: read # Required to download artifacts
steps:
- name: 'Sonar analysis'
uses: evaristegalois11/sonar-fork-analysis@1
uses: evaristegalois11/sonar-fork-analysis@v1
with:
distribution: your-java-distribution
java-version: your-java-version
Expand Down

0 comments on commit c08c923

Please sign in to comment.