Skip to content

Commit

Permalink
fix bug in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jon gadsden committed Apr 10, 2024
1 parent 22307e8 commit 2bd4f78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
- name: Create pull request
uses: peter-evans/[email protected]
with:
title: Release of Developer Guide version ${{GITHUB_REF_NAME}}
title: |
Release of Developer Guide version ${{GITHUB_REF_NAME}}
body: |
**Summary** :
Pull request automatically generated for the latest release version
Expand Down

0 comments on commit 2bd4f78

Please sign in to comment.