Skip to content

Commit

Permalink
Debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Jan 10, 2025
1 parent 3dafd9f commit 612e723
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: debug state
run: echo ":${{ steps.changesets.outputs.hasChangesets }}:${{ steps.marketplace-version.outputs.version }}:${{ steps.package-version.outputs.version }}:"

- name: VS Code Marketplace publish
if: steps.changesets.outputs.hasChangesets == false && steps.marketplace-version.outputs.version != steps.package-version.outputs.version
if: !steps.changesets.outputs.hasChangesets && steps.marketplace-version.outputs.version != steps.package-version.outputs.version
run: echo yarn publish:vsce

0 comments on commit 612e723

Please sign in to comment.