Skip to content

Commit

Permalink
Merge pull request #56 from ttakuya50/release/20200508_08
Browse files Browse the repository at this point in the history
Release 20200508_08
  • Loading branch information
ttakuya50 authored May 8, 2020
2 parents 9bc0bc8 + e6d010e commit 3f04b54
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 @@ -40,7 +40,7 @@ jobs:
run: |
git fetch origin
git checkout origin/develop
git merge --no-ff -m "Merge tag ${{ env.TAGNAME }} into develop" "${{ github.head_ref }}"
git merge --no-ff -m "Merge tag ${{ env.TAGNAME }} into develop" ${{ github.head_ref }}
git push origin develop
# git push origin HEAD:develop
# git merge --allow-unrelated-histories --no-ff -m "Merge tag ${{ env.TAGNAME }} into develop" "${{ env.TAGNAME }}"
Expand Down

0 comments on commit 3f04b54

Please sign in to comment.