Skip to content

Commit

Permalink
fix: release porting ci (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeromanowicz committed Jun 13, 2023
1 parent e723ef4 commit 9a253ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Create release branch
if: steps.merge.outcome != 'success'
run: |
git checkout -b port/${{ env.GITHUB_SHA }}
git push origin port/${{ env.GITHUB_SHA }}
git checkout -b port/${{ github.sha }}
git push origin port/${{ github.sha }}
- name: create pull request
if: steps.merge.outcome != 'success'
uses: repo-sync/pull-request@v2
Expand Down

0 comments on commit 9a253ff

Please sign in to comment.