We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59809d6 commit 4276283Copy full SHA for 4276283
buildspec/release/70checkmarketplace.yml
@@ -26,10 +26,10 @@ phases:
26
- |
27
if [ "${TARGET_EXTENSION}" = "amazonq" ]; then
28
extension_name="amazonwebservices.amazon-q-vscode"
29
- beta_version = "1.44.0"
+ beta_version="1.44.0"
30
elif [ "${TARGET_EXTENSION}" = "toolkit" ]; then
31
extension_name="amazonwebservices.aws-toolkit-vscode"
32
- beta_version = "3.43.0"
+ beta_version="3.43.0"
33
else
34
echo checkmarketplace: "Unknown TARGET_EXTENSION: ${TARGET_EXTENSION}"
35
exit 1
0 commit comments