Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ttakuya50 committed May 8, 2020
1 parent dc982e1 commit 7ce3816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
git push origin "${{ env.TAGNAME }}"
- name: develop merge
run: |
git fetch -q origin develop
git fetch -q origin ${{ github.head_ref }}
git checkout ${{ github.head_ref }}
git checkout origin/develop
git merge --no-ff -m "Merge tag ${{ env.TAGNAME }} into develop" ${{ github.head_ref }}
Expand Down

0 comments on commit 7ce3816

Please sign in to comment.