Commit ee062f8
Fix VSCode workflow failure when release is aborted (#371)
* Initial plan
* Fix: Skip VSIX_PATH step when release is aborted
Add conditional check and defensive directory validation to prevent workflow failure when changesets exist and build steps are skipped.
Co-authored-by: itsdouges <6801309+itsdouges@users.noreply.github.com>
* Remove defensive directory check per review feedback
Keep the conditional check but remove the directory existence validation since we can assume the directory exists if previous steps ran successfully.
Co-authored-by: itsdouges <6801309+itsdouges@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: itsdouges <6801309+itsdouges@users.noreply.github.com>1 parent d9adc31 commit ee062f8
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments