Skip to content

Commit

Permalink
fix notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Jun 5, 2024
1 parent 41ee25f commit 1d9f89b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,16 +265,12 @@ jobs:
https://api.github.com/repos/${{ github.repository_owner }}/${{ github.event.repository.name }}/pulls \
-d "$(jq -n \
--arg title "Release ${{ env.RELEASE_VERSION }}" \
--arg body "## What's changed\n\n $PR_NOTES }}" \
--arg body "## What's changed \n\n $PR_NOTES" \
--arg head "release-${{ env.RELEASE_VERSION }}" \
--arg base "main" \
--argjson draft false \
'{title: $title, body: $body, head: $head, base: $base, draft: $draft}')"

0 comments on commit 1d9f89b

Please sign in to comment.