There was an error while loading. Please reload this page.
1 parent da513d6 commit f06bfc0Copy full SHA for f06bfc0
1 file changed
.github/workflows/release.yml
@@ -176,8 +176,8 @@ jobs:
176
VSCE_PAT: ${{ secrets.VSCE_PAT }}
177
run: |
178
if [ -z "$VSCE_PAT" ]; then
179
- echo "::error::VSCE_PAT secret not set — cannot publish the extension."
180
- exit 1
+ echo "::warning::VSCE_PAT secret not set — skipping Marketplace publish."
+ exit 0
181
fi
182
pnpm --filter pythinker-code run publish:vsix
183
0 commit comments