Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Sep 22, 2023
1 parent 93ee52e commit f28e636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
echo " $FULL_CHANGELOG" >> message
echo "</details>" >> message
gh pr --assignee "${{ github.triggering_actor }}" --title "Release v$VERSION" --base "${{ env.base-branch }}" --branch "release/v$VERSION" --body "$(cat message)"
gh pr --assignee "${{ github.triggering_actor }}" --title "Release v$VERSION" --base "${{ env.base-branch }}" --head "release/v$VERSION" --body "$(cat message)"

0 comments on commit f28e636

Please sign in to comment.