Skip to content

Commit

Permalink
fix: Add body for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon committed Jul 4, 2024
1 parent fc96435 commit bfa63b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example_launch_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- run: |
cd example
releascribe_cli release
gh pr create --title "New version" --base main
gh pr create --title "New version" --body "Body" --base main
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit bfa63b1

Please sign in to comment.