Skip to content

Commit 24b5ea6

Browse files
authored
Update release.yml
1 parent e20772c commit 24b5ea6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
with:
30-
ref: '478-copulas-release-workflow-errors-with-failed-to-push-some-refs-to-httpsgithubcomsdv-devcopulas'
31-
# ref: ${{ inputs.candidate && 'main' || 'stable' }}
30+
ref: ${{ inputs.candidate && 'stable' || 'main' }}
3231

3332
- name: Set up latest Python
3433
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)