Skip to content

Commit

Permalink
Update auto-release-when-pr-is-merged.yml (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Sep 9, 2022
1 parent aa38ec1 commit d2f3efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release-when-pr-is-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.release_tag }}
release_name: Release ${{ env.release_tag }}
release_name: ${{ env.release_tag }}
body: |
This release is automatically created by [GitHub Actions draft-release.yml](https://github.com/nakamasato/github-actions-practice/blob/master/.github/workflows/draft-release.yml).
Triggered PR: [${{ github.event.number }}:${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})
Expand Down

0 comments on commit d2f3efe

Please sign in to comment.