Skip to content

Commit 2c157ed

Browse files
authored
Update release.yml
1 parent 2b3b194 commit 2c157ed

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
@@ -22,7 +22,8 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
with:
25-
ref: ${{ inputs.candidate && 'main' || 'stable' }}
25+
ref: '478-copulas-release-workflow-errors-with-failed-to-push-some-refs-to-httpsgithubcomsdv-devcopulas'
26+
# ref: ${{ inputs.candidate && 'main' || 'stable' }}
2627

2728
- name: Set up latest Python
2829
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)