Skip to content

Commit

Permalink
build: exclude submodules from automatic version change script
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Dec 11, 2024
1 parent db3e57d commit f16c6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: replace version in files
if: ${{ env.BUMPED_VERSION != env.CURRENT_VERSION }}
run: |
git ls-files | grep -v CHANGELOG |\
git grep --cached -l '' | grep -v CHANGELOG |\
xargs sed -i -E "s/mm$COMPONENT-v[0-9]+\.[0-9]+\.[0-9]+/$BUMPED_VERSION/g"
- name: replace version in Cargo.toml
Expand Down

0 comments on commit f16c6e5

Please sign in to comment.