Skip to content

Commit

Permalink
Merge pull request #613 from microsoft/vikas0212git-patch-1
Browse files Browse the repository at this point in the history
Updated the yaml file
  • Loading branch information
vikas0212git authored Oct 6, 2021
2 parents d013028 + abf2b5d commit c49ce74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

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

vscode_azure_iot_edge_Stage_MacOS:
Expand Down

0 comments on commit c49ce74

Please sign in to comment.