Skip to content

Commit b54d89d

Browse files
authored
Fix update version (#743)
Fix `update-version.sh` to also update `.yaml` workflow files Skipping CI since this script is not tested in CI
1 parent dd40069 commit b54d89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/update-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ done
3333
sed_runner "s/com\.nvidia\.workbench\.image-version=.*/com.nvidia.workbench.image-version=\"${NEXT_FULL_TAG}\"/g" Dockerfile
3434

3535
# CI files
36-
for FILE in .github/workflows/*.yml; do
36+
for FILE in .github/workflows/*.yaml .github/workflows/*.yml; do
3737
sed_runner "/shared-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG}/g" "${FILE}"
3838
done
3939

0 commit comments

Comments
 (0)