Skip to content

Commit

Permalink
fix: default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl authored May 31, 2023
1 parent 1cdc1a8 commit af1fc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
base-branch:
description: 'The base branch for git operations and the pull request.'
default: 'main'
default: 'master'
required: true
release-type:
description: 'A SemVer version diff, i.e. major, minor, patch, prerelease etc. Mutually exclusive with "release-version".'
Expand Down

0 comments on commit af1fc95

Please sign in to comment.