Skip to content

Commit 6c35701

Browse files
authored
Update release.yml
1 parent bd92ae2 commit 6c35701

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
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
@@ -53,7 +54,7 @@ jobs:
5354
run: |
5455
git config user.name "github-actions[bot]"
5556
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
56-
make bumpversion-candidate
57+
# make bumpversion-candidate
5758
5859
- name: Create pull request
5960
if: ${{ inputs.candidate && !inputs.test_pypi }}

0 commit comments

Comments
 (0)