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 f1a1de2 commit a1c5111Copy full SHA for a1c5111
.github/workflows/prepare-release-pr.yml
@@ -32,11 +32,11 @@ jobs:
32
pip install --upgrade setuptools tox
33
34
- name: Prepare release PR (minor/patch release)
35
- if: github.event.inputs.branch.major == 'no'
+ if: github.event.inputs.major == 'no'
36
run: |
37
tox -e prepare-release-pr -- ${{ github.event.inputs.branch }} ${{ secrets.chatops }}
38
39
- name: Prepare release PR (major release)
40
- if: github.event.inputs.branch.major == 'yes'
+ if: github.event.inputs.major == 'yes'
41
42
tox -e prepare-release-pr -- ${{ github.event.inputs.branch }} ${{ secrets.chatops }} --major
0 commit comments