Skip to content

Commit 3cb40aa

Browse files
committed
chore: fix build
1 parent 6e3fcce commit 3cb40aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ jobs:
149149
with:
150150
body: ${{ steps.github_release.outputs.changelog }}
151151
files: |
152-
${{ github.workspace }}/plugins/**/build/libs/*.jar
153-
!${{ github.workspace }}/plugins/**/build/libs/*-sources.jar
154-
!${{ github.workspace }}/plugins/**/build/libs/*-javadoc.jar
152+
${{ github.workspace }}/plugins/**/build/libs/*[0-9].jar
155153
${{ github.workspace }}/catalog/build/version-catalog/libs.versions.toml
156154
generate_release_notes: true
157155
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)