Skip to content

Commit 40c500e

Browse files
committed
Fix missing string
1 parent acd6228 commit 40c500e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Package extension
2222
run: npm run package-vsce
2323

24-
- name: Upload VSIX artifact to
24+
- name: Upload VSIX artifact to GitHub Release notes
2525
if: startsWith(github.ref, 'refs/tags/')
2626
uses: actions/upload-artifact@v4
2727
with:

0 commit comments

Comments
 (0)