Skip to content

Commit c3b5193

Browse files
authored
Update 70checkmarketplace.yml
1 parent ac35058 commit c3b5193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/release/70checkmarketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ phases:
2222
build:
2323
commands:
2424
- VERSION=$(node -e "console.log(require('./packages/${TARGET_EXTENSION}/package.json').version);")
25-
# get extension name
25+
# get extension name, also an old version for beta testing
2626
- |
2727
if [ "${TARGET_EXTENSION}" = "amazonq" ]; then
2828
extension_name="amazonwebservices.amazon-q-vscode"

0 commit comments

Comments
 (0)