Skip to content

Commit

Permalink
fix: Attach body for gh pr
Browse files Browse the repository at this point in the history
  • Loading branch information
atsuyaw committed Oct 22, 2024
1 parent 9a9fa56 commit 1b9820d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: >-
gh pr create
--base main
--base "main"
--head "${{ github.ref_name }}"
--title "Release/${{ github.ref_name }}"
--body "GitHub actions"

0 comments on commit 1b9820d

Please sign in to comment.