We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3970094 commit 55568a7Copy full SHA for 55568a7
ci/release/update-version.sh
@@ -54,6 +54,6 @@ for file in $(find features -name devcontainer-feature.json); do
54
done
55
56
# CI files
57
-for FILE in .github/workflows/*.yml; do
+for FILE in .github/workflows/*.yaml .github/workflows/*.yml; do
58
sed_runner "/shared-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG}/g" "${FILE}"
59
0 commit comments