Skip to content

Commit a6a410f

Browse files
authored
Merge pull request #84 from forcedotcom/m/W-15819273
RELEASE @W-15819273@ More release process fix v0.6.0
2 parents 293b7f6 + 919dd87 commit a6a410f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-github-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ jobs:
5353
token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
5454
make_latest: true
5555
# Attach the unzipped VSIX using a glob
56-
files: *.vsix
56+
files: |
57+
*.vsix

0 commit comments

Comments
 (0)