Skip to content

Commit 237b428

Browse files
authored
Update release.yml
1 parent 493b934 commit 237b428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Release
22

33
on:
44
release:
@@ -52,4 +52,4 @@ jobs:
5252
path: '*.vsix'
5353

5454
- name: Publish to Visual Studio Marketplace
55-
run: tfx extension publish --vsix $(ls *.vsix) --token ${{ secrets.AZURE_DEVOPS_PAT }}
55+
run: tfx extension publish --vsix $(ls *.vsix) --token ${{ secrets.AZURE_DEVOPS_PAT }}

0 commit comments

Comments
 (0)