Skip to content

Commit

Permalink
add all files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2024
1 parent 525cb29 commit ff33e8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/scripts/bump-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@ commit_changes() {
local branch_name="update-version-${next_version}"

git checkout -b "$branch_name"
for file in "${files[@]}"; do
git add "$file"
done
git add .
git commit -m "Update version from $current_version to $next_version"
git push -u origin "$branch_name"
}
Expand Down

0 comments on commit ff33e8d

Please sign in to comment.