Skip to content

Commit

Permalink
fix: change default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
eoaksnes committed Jun 28, 2023
1 parent 4545199 commit 73e4029
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Create release-please PR"
name: "Create release-please pull request"

on:
workflow_dispatch:
Expand All @@ -20,7 +20,6 @@ jobs:
with:
command: manifest
token: ${{ secrets.GITHUB_TOKEN }}
default-branch: release
changelog-types: >
[
{ "type": "feat", "section": "Features", "hidden": false },
Expand Down

0 comments on commit 73e4029

Please sign in to comment.