Skip to content

Commit

Permalink
Action to push branches to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaohara committed Jun 14, 2024
1 parent 29e8f58 commit 4154a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
git commit -a -m "Next is ${{ env.NEXT_VERSION }}"
- name: push branches
run: |
git push master
git push ${{ env.CUR_VERSION }}
git push origin ${{ env.CUR_VERSION }}
git push

0 comments on commit 4154a28

Please sign in to comment.