fix: do not create GH releases for Copilot (#312192)

This commit is contained in:
Raymond Zhao
2026-04-23 11:44:55 -07:00
committed by GitHub
parent 1acbb74717
commit 72409b7d2d

View File

@@ -70,5 +70,6 @@ extends:
generateNotice: true
publishExtension: ${{ parameters.publishExtension }}
ghReleasePublishVSIX: true
ghCreateTag: ${{ parameters.publishExtension }}
ghTagPrefix: 'copilot/'
ghCreateRelease: false