Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9d5f983

Browse files
committed
fix auth variable
1 parent fc456de commit 9d5f983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ steps:
4242

4343
- bash: |
4444
echo ">>> Publish"
45-
npm run deploy $(VSCODE_MARKETPLACE_TOKEN)
45+
npm run deploy $(marketplace)
4646
displayName: Publish
4747
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))

0 commit comments

Comments
 (0)