Skip to content

Commit 47ae00f

Browse files
beta release workflow
1 parent a1eef82 commit 47ae00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24-
ref: ${{ github.event.inputs.release_branch_name }}
24+
ref: ${{ github.event.inputs.release_branch }}
2525
- name: Install toml-cli
2626
run: |
2727
set -euo pipefail
@@ -176,7 +176,7 @@ jobs:
176176
uses: actions/checkout@v4
177177
with:
178178
fetch-depth: 0
179-
ref: ${{ github.event.inputs.release_branch_name }}
179+
ref: ${{ github.event.inputs.release_branch }}
180180
- name: Load cached .local
181181
id: cache-poetry
182182
uses: actions/cache@v4

0 commit comments

Comments
 (0)