Skip to content

Commit 6915771

Browse files
committed
minor fix to vsc publishing
1 parent ad30691 commit 6915771

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.changeset/vsx-publish-fixes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'b2c-vs-extension': patch
3+
---
4+
5+
Add `b2c-vs-extension@latest` moving tag that updates with each release and fix dedicated VS Code extension release to always trigger independently of other package publishes

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ jobs:
419419
if: >-
420420
steps.release-type.outputs.type == 'stable'
421421
&& steps.packages.outputs.publish_vsx == 'true'
422-
&& (steps.packages.outputs.publish_cli == 'true' || steps.packages.outputs.publish_sdk == 'true' || steps.packages.outputs.publish_mcp == 'true')
423422
run: |
424423
VSX_TAG="b2c-vs-extension@${{ steps.packages.outputs.version_vsx }}"
425424

0 commit comments

Comments
 (0)