Skip to content

Commit 888b712

Browse files
authored
CM-42005 - Fix workflow failing to publish extension to GitHub Releases (#117)
1 parent d8829cd commit 888b712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint_build_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@ jobs:
6363
uses: svenstaro/upload-release-action@v2
6464
with:
6565
file: "*.vsix"
66+
file_glob: true
6667
tag: ${{ github.ref }}
6768
overwrite: true

0 commit comments

Comments
 (0)