Skip to content

Commit

Permalink
fix: gh action release switch head to version tag (#9349)
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 Jan 17, 2024
1 parent 7723292 commit dee7525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
gh pr create \
--assignee ${{ github.actor }} \
--base production \
--head v${{ env.ACTION_VERSION }} \
--title "chore(release): Test v${{ env.ACTION_VERSION }}" \
--body "$BODY"
- name: Poll Staging Release
Expand Down

0 comments on commit dee7525

Please sign in to comment.