Skip to content

Commit

Permalink
chore: only run marketplace publish after successful release
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Oct 16, 2023
1 parent 76c5247 commit 39e0b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -62,6 +62,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish to Visual Studio Marketplace
if: steps.changesets.outcome == 'success' && steps.changesets.outputs.published == 'true'
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
Expand Down

0 comments on commit 39e0b4f

Please sign in to comment.