We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099bf14 commit bfe7953Copy full SHA for bfe7953
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: "Create a branch if we are making a major / minor release"
67
uses: peterjgrainger/action-create-branch@v2.2.0
68
- if: ${{ inputs.major }} || ${{ inputs.minor }}
+ if: ${{ inputs.release_type }} == "minor" || ${{ inputs.release_type }} == "major"
69
env:
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
with:
0 commit comments