Skip to content

Commit

Permalink
fix: release-to-staging debugging 2 (#9295)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Krick <matt.krick@gmail.com>
  • Loading branch information
mattkrick committed Dec 20, 2023
1 parent 6dc483b commit f1e5433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
CHANGES=$(perl -0777ne 'print "$1\n" and exit if m/\n##\s[^\n]*\n+(.*?\n)##?\s|$/gs;' CHANGELOG.md)
BODY="${BACKLINK}\n\n${TEMPLATE}\n\n\n${CHANGES}"
gh pr create \
--assignee ${{ github.actor }}
--base production
--title "chore(release): Test v${{ env.ACTION_VERSION }}"
--assignee ${{ github.actor }} \
--base production \
--title "chore(release): Test v${{ env.ACTION_VERSION }}" \
--body "$BODY"
- name: Poll Staging Release
uses: artiz/poll-endpoint@1.0.2
Expand Down

0 comments on commit f1e5433

Please sign in to comment.