Skip to content

Commit 07c9a51

Browse files
committed
main - test run github action
1 parent 3c82007 commit 07c9a51

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
path: ./*.vsix
2727

2828
# Upload the VSIX file to the Github release
29-
- uses: softprops/action-gh-release@v1
29+
- name: Create Release
30+
uses: softprops/action-gh-release@v1
3031
with:
3132
files: ./*.vsix
3233
env:

0 commit comments

Comments
 (0)