Skip to content

Commit

Permalink
Merge pull request #12 from winds-nagaoka/improve-create-tag-flow
Browse files Browse the repository at this point in the history
tagのプッシュ方法が美しくないので修正
  • Loading branch information
ryo4004 authored May 24, 2020
2 parents 8755579 + 5472f59 commit 2a8153e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
- name: Create New Tag
run: |
URL="https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}"
git config user.name 'GitHub Actions'
git config user.email '[email protected]'
git tag $TAG
git push $URL $TAG
git push --tags
- name: Create New Release
uses: actions/create-release@v1
Expand Down

0 comments on commit 2a8153e

Please sign in to comment.