Skip to content

Commit

Permalink
Do not push branches
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaohara committed Jun 14, 2024
1 parent ad9135a commit d3086b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git commit -a -m "Next is ${{ env.NEXT_VERSION }}"
- name: push branches
run: |
git push master
git push ${{ env.CUR_VERSION }}
# - name: push branches
# run: |
# git push master
# git push ${{ env.CUR_VERSION }}

0 comments on commit d3086b9

Please sign in to comment.