Skip to content

Commit c49ce74

Browse files
authored
Merge pull request #613 from microsoft/vikas0212git-patch-1
Updated the yaml file
2 parents d013028 + abf2b5d commit c49ce74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vscode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Publish to Marketplace
6666
if: |
67-
success() && (steps.check-tag.outputs.GITHUB_TAG == 'true')
67+
(success() && (steps.check-tag.outputs.GITRELEASE_FLAG == 'true'))
6868
run: 'vsce publish -p ${{ secrets.VSCE_TOKEN }} --packagePath *.vsix'
6969

7070
vscode_azure_iot_edge_Stage_MacOS:

0 commit comments

Comments
 (0)