You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): "package" task fails on feature-branches #3818
Problem:
The "Package Test" CI job fails on `feature/x` branches that set `betaUrl`:
Error: Cannot package VSIX as both a release and a beta simultaneously
at main (/codebuild/output/src3161342786/src/github.com/aws/aws-toolkit-vscode-staging/scripts/build/package.ts:111:19)
(Note: `feature/x` branches are auto-tagged as `pre-x`, e.g. https://github.com/aws/aws-toolkit-vscode/releases/tag/pre-ec2 )
Solution:
Make isRelease() more precise.
0 commit comments