Skip to content

Commit

Permalink
Merge pull request #438 from Parallels/hotfix-2
Browse files Browse the repository at this point in the history
fixed branch mismatch
  • Loading branch information
cjlapao authored Jun 23, 2023
2 parents 37e8a6f + 51f6a6b commit 7c04a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
gh pr create \
--title "Release version ${{ env.new_version }}" \
--body-file releasenotes.md \
--base main \
--base master \
--head release/${{ env.new_version }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7c04a6a

Please sign in to comment.