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 3f04b54 commit 2b40c15
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 2b40c15

Please sign in to comment.