Skip to content

Commit cc0b5d1

Browse files
authored
Update release.yml
1 parent a4ccf79 commit cc0b5d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
with:
30-
ref: ${{ inputs.candidate && 'stable' || 'main' }}
30+
ref: ${{ inputs.candidate && 'main' || 'stable' }}
3131

3232
- name: Set up latest Python
3333
uses: actions/setup-python@v5
@@ -74,7 +74,7 @@ jobs:
7474
copulas/__init__.py
7575
pyproject.toml
7676
draft: false
77-
base: main
77+
base: ${{ inputs.candidate && 'main' || 'stable' }}
7878

7979
- name: Enable Pull Request Automerge
8080
if: ${{ steps.cpr.outputs.pull-request-operation == 'created' }}

0 commit comments

Comments
 (0)