We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abaad03 commit ca66bd0Copy full SHA for ca66bd0
.github/workflows/release.yml
@@ -45,4 +45,5 @@ jobs:
45
with:
46
name: ${{ steps.changelog.outputs.version }}
47
body: ${{ steps.changelog.outputs.release-notes }}
48
- files: sonar-delphi-plugin/target/sonar-delphi-plugin-${{ steps.changelog.outputs.version }}.jar
+ files: sonar-delphi-plugin/target/sonar-delphi-plugin-${{ steps.changelog.outputs.version }}.jar
49
+ fail_on_unmatched_files: true
0 commit comments