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 6, 2023
1 parent 9dbf324 commit 8089880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apply-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
./scripts/bump-all.sh $applied_version
echo "Finished applying changes"
echo "Pushing changes to branch ${{ steps.get-version.outputs.VERSION }}"
git push --set-upstream origin ${{ steps.get-version.outputs.VERSION }}
echo "Pushing changes to branch ${{ steps.get-version.outputs.BRANCH_NAME }}"
git push --set-upstream origin ${{ steps.get-version.outputs.BRANCH_NAME }}
- name: Open pull request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit 8089880

Please sign in to comment.