Skip to content

Commit

Permalink
fix: force push 5 (#9467)
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 Feb 28, 2024
1 parent e67ca91 commit 581f0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git checkout -b "release/v${{ env.ACTION_VERSION }}"
git merge -s ours origin/production
git merge -s ours origin/production --allow-unrelated-histories
git push --set-upstream origin "release/v${{ env.ACTION_VERSION }}"
gh pr create \
--assignee ${{ github.actor }} \
Expand Down

0 comments on commit 581f0cf

Please sign in to comment.