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 f2fef90 commit 181bf76Copy full SHA for 181bf76
.github/workflows/release.yml
@@ -49,6 +49,4 @@ jobs:
49
path: '*.vsix'
50
51
- name: Publish to Visual Studio Marketplace
52
- run: tfx extension publish --vsix $(ls *.vsix) --token $(AZURE_DEVOPS_PAT)
53
- env:
54
- AZURE_DEVOPS_PAT: ${{ secrets.AZURE_DEVOPS_PAT }}
+ run: tfx extension publish --vsix $(ls *.vsix) --token ${{ secrets.AZURE_DEVOPS_PAT }}
0 commit comments