Skip to content

Commit

Permalink
write PRs to file
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Jun 5, 2024
1 parent e7fa661 commit 889e12a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,14 @@ jobs:
fi
# Set the PR_NOTES output
echo "PR_NOTES=$PR_NOTES" >> "$GITHUB_ENV"
#echo "PR_NOTES=$PR_NOTES" >> "$GITHUB_ENV"
echo "$PR_NOTES" > pr_notes.txt
- name: create pr
id: create-pr
run: |
PR_NOTES=$(cat pr_notes.txt)
# Create a pull request with release notes
curl -L \
-X POST \
Expand Down

0 comments on commit 889e12a

Please sign in to comment.