Skip to content

Commit

Permalink
Merge pull request #58 from ttakuya50/release/20200508_10
Browse files Browse the repository at this point in the history
Release 20200508_10
  • Loading branch information
ttakuya50 authored May 8, 2020
2 parents dc982e1 + 7ce3816 commit 25c0fcf
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 25c0fcf

Please sign in to comment.