Skip to content

Commit

Permalink
passed a version to a bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 5, 2023
1 parent 89a9879 commit e6d8058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/apply-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
./scripts/bump-all.sh
applied_version="^${version}"
./scripts/bump-all.sh $applied_version
git push origin $branch_name
Expand Down

0 comments on commit e6d8058

Please sign in to comment.