Skip to content

Commit 738060b

Browse files
authored
Update release.yml
1 parent 1baeab5 commit 738060b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

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

3233
- name: Set up latest Python
3334
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)