Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Martins <[email protected]>
  • Loading branch information
nathanmartinszup committed Nov 10, 2021
1 parent b952a1a commit 04fc6c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,10 @@ jobs:
git push origin ${{ steps.updated-version.outputs.version }}
- name: Create PR to main
if: github.ref != 'refs/heads/main'
uses: gorillio/github-action-cherry-pick@master
with:
pr_branch: release/v2.2
pr_branch: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITBOT_EMAIL: [email protected]
Expand Down

0 comments on commit 04fc6c8

Please sign in to comment.