Skip to content

Commit ca66bd0

Browse files
committed
Fail the release workflow if the plugin jar is not found
1 parent abaad03 commit ca66bd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545
with:
4646
name: ${{ steps.changelog.outputs.version }}
4747
body: ${{ steps.changelog.outputs.release-notes }}
48-
files: sonar-delphi-plugin/target/sonar-delphi-plugin-${{ steps.changelog.outputs.version }}.jar
48+
files: sonar-delphi-plugin/target/sonar-delphi-plugin-${{ steps.changelog.outputs.version }}.jar
49+
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)