Skip to content

Commit

Permalink
Merge pull request #57 from ttakuya50/release/20200508_09
Browse files Browse the repository at this point in the history
Release 20200508_09
  • Loading branch information
ttakuya50 authored May 8, 2020
2 parents 3f04b54 + 2b40c15 commit dc982e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git push origin "${{ env.TAGNAME }}"
- name: develop merge
run: |
git fetch origin
git checkout ${{ github.head_ref }}
git checkout origin/develop
git merge --no-ff -m "Merge tag ${{ env.TAGNAME }} into develop" ${{ github.head_ref }}
git push origin develop
Expand Down

0 comments on commit dc982e1

Please sign in to comment.