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 1baeab5 commit 738060bCopy full SHA for 738060b
.github/workflows/release.yml
@@ -27,7 +27,8 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4
29
with:
30
- ref: ${{ inputs.candidate && 'main' || 'stable' }}
+ ref: '478-copulas-release-workflow-errors-with-failed-to-push-some-refs-to-httpsgithubcomsdv-devcopulas'
31
+ # ref: ${{ inputs.candidate && 'main' || 'stable' }}
32
33
- name: Set up latest Python
34
uses: actions/setup-python@v5
0 commit comments