We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55a3a90 + 2b3493e commit e23576dCopy full SHA for e23576d
.github/workflows/release.yml
@@ -60,6 +60,7 @@ jobs:
60
npm run createRelease -w packages/toolkit -w packages/amazonq # Generate CHANGELOG.md
61
npm run -w packages/toolkit package -- --feature "$FEAT_NAME"
62
npm run -w packages/amazonq package -- --feature "$FEAT_NAME"
63
+ rm -f sagemaker-ssh-kiro-*.vsix # Remove standalone VSIX; it's already embedded inside toolkit
64
- uses: actions/upload-artifact@v4
65
with:
66
name: artifacts
0 commit comments