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 2b3b194 commit 2c157edCopy full SHA for 2c157ed
.github/workflows/release.yml
@@ -22,7 +22,8 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
with:
25
- ref: ${{ inputs.candidate && 'main' || 'stable' }}
+ ref: '478-copulas-release-workflow-errors-with-failed-to-push-some-refs-to-httpsgithubcomsdv-devcopulas'
26
+ # ref: ${{ inputs.candidate && 'main' || 'stable' }}
27
28
- name: Set up latest Python
29
uses: actions/setup-python@v5
0 commit comments