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 a3856af commit f43b8a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
git push origin "${{ env.TAGNAME }}"
- name: develop merge
run: |
git fetch origin
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 f43b8a1

Please sign in to comment.