We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493b934 commit 237b428Copy full SHA for 237b428
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: Build
+name: Release
2
3
on:
4
release:
@@ -52,4 +52,4 @@ jobs:
52
path: '*.vsix'
53
54
- name: Publish to Visual Studio Marketplace
55
- run: tfx extension publish --vsix $(ls *.vsix) --token ${{ secrets.AZURE_DEVOPS_PAT }}
+ run: tfx extension publish --vsix $(ls *.vsix) --token ${{ secrets.AZURE_DEVOPS_PAT }}
0 commit comments