Skip to content

Commit

Permalink
Anchor the regex
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 19, 2023
1 parent 6aa4c27 commit 887d130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ for FILE in .github/workflows/*.yaml; do
sed_runner "/shared-action-workflows/ s/@.*/@branch-${NEXT_RAPIDS_SHORT_TAG}/g" "${FILE}"
done

sed_runner "/__version__ / s/= .*/= \"${NEXT_RAPIDS_FULL_TAG_PEP440}\"/g" ucp/_version.py
sed_runner "/^__version__ / s/= .*/= \"${NEXT_RAPIDS_FULL_TAG_PEP440}\"/g" ucp/_version.py

0 comments on commit 887d130

Please sign in to comment.