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 a1eef82 commit 47ae00fCopy full SHA for 47ae00f
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v4
22
with:
23
fetch-depth: 0
24
- ref: ${{ github.event.inputs.release_branch_name }}
+ ref: ${{ github.event.inputs.release_branch }}
25
- name: Install toml-cli
26
run: |
27
set -euo pipefail
@@ -176,7 +176,7 @@ jobs:
176
177
178
179
180
- name: Load cached .local
181
id: cache-poetry
182
uses: actions/cache@v4
0 commit comments