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 5157fbb commit bd92ae2Copy full SHA for bd92ae2
.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
74
copulas/__init__.py
75
pyproject.toml
76
draft: false
77
- base: ${{ inputs.candidate && 'main' || 'stable' }}
+ base: 'main'
78
79
- name: Enable Pull Request Automerge
80
if: ${{ steps.cpr.outputs.pull-request-operation == 'created' }}
0 commit comments