We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20772c commit 24b5ea6Copy full SHA for 24b5ea6
.github/workflows/release.yml
@@ -27,8 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4
29
with:
30
- ref: '478-copulas-release-workflow-errors-with-failed-to-push-some-refs-to-httpsgithubcomsdv-devcopulas'
31
- # ref: ${{ inputs.candidate && 'main' || 'stable' }}
+ ref: ${{ inputs.candidate && 'stable' || 'main' }}
32
33
- name: Set up latest Python
34
uses: actions/setup-python@v5
0 commit comments