Skip to content

Commit 5fbbd46

Browse files
authored
fix wf issue with extensions in master (#17727)
1 parent e73a63e commit 5fbbd46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/test-extensions-creators-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ validate_tagged_extension_creator() {
107107

108108
# test creating an extension with latest shell releases + build
109109
# validate_tagged_extension_creator "legacy-v1" "v16" -- this tag is too old and needs extra resolution "js-cookie": "2.2.1", but since we are EOL on this branch, we can skip it
110-
validate_tagged_extension_creator "legacy-v2" "v16"
110+
# validate_tagged_extension_creator "legacy-v2" "v16" -- this tag is too old and needs extra resolution "js-cookie": "2.2.1", but since we are EOL on this branch, we can skip it
111111
validate_tagged_extension_creator "latest" "v24"
112112

113113
# test update paths + build

0 commit comments

Comments
 (0)