Skip to content

Commit

Permalink
fix(gh-action): wrong branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
clanktron committed Sep 15, 2023
1 parent c3e9969 commit 9862ca0
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 @@ -114,6 +114,6 @@ jobs:
GITHUB_SHA: ${{ github.sha }}

- name: create pull request
run: gh pr create -B throwaway -H "$BRANCH_NAME" --title "Merge $BRANCH_NAME into main" --body 'Created by Github release action'
run: gh pr create -B main -H "$BRANCH_NAME" --title "Merge $BRANCH_NAME into main" --body 'Created by Github release action'
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 9862ca0

Please sign in to comment.