Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
xiaohuohumax committed Apr 15, 2024
1 parent 8522c07 commit c2bb96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to Visual Studio Marketplace
if: steps.changesets.outputs.hasChangesets == 'true'
if: steps.changesets.outputs.published == 'true'
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VSCE_PAT }}

0 comments on commit c2bb96b

Please sign in to comment.