Skip to content

Commit

Permalink
Merge pull request #59 from ttakuya50/release/20200509_11
Browse files Browse the repository at this point in the history
Release 20200509_11
  • Loading branch information
ttakuya50 authored May 8, 2020
2 parents 25c0fcf + 99feb36 commit d7b131b
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 @@ -41,7 +41,7 @@ jobs:
git fetch -q origin develop
git fetch -q origin ${{ github.head_ref }}
git checkout ${{ github.head_ref }}
git checkout origin/develop
git checkout develop
git merge --no-ff -m "Merge tag ${{ env.TAGNAME }} into develop" ${{ github.head_ref }}
git push origin develop
# git push origin HEAD:develop
Expand Down

0 comments on commit d7b131b

Please sign in to comment.