Skip to content

Commit

Permalink
echo in bump all
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 5, 2023
1 parent e76c5d6 commit a3597e1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/apply-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,16 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
applied_version="^${version}"
echo "Installing all integrations"
make install/all
echo "Finished installing all integrations"
applied_version="^$version"
echo "apply version: $applied_version"
./scripts/bump-all.sh $applied_version
echo "Finished applying changes"
echo "Pushing changes to branch $branch_name"
git push --set-upstream origin $branch_name
- name: Open pull request
Expand Down

0 comments on commit a3597e1

Please sign in to comment.