Skip to content

Commit 6fcbef6

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 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 && 'main' || 'stable' }}
3231

3332
- name: Set up latest Python
3433
uses: actions/setup-python@v5
@@ -54,7 +53,7 @@ jobs:
5453
run: |
5554
git config user.name "github-actions[bot]"
5655
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
57-
# make bumpversion-candidate
56+
make bumpversion-candidate
5857
5958
- name: Create pull request
6059
if: ${{ inputs.candidate && !inputs.test_pypi }}

0 commit comments

Comments
 (0)