Skip to content

Commit c46a2c1

Browse files
beta release workflow
1 parent 052f8ef commit c46a2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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: ${{ inputs.release_branch }}
24+
ref: ${{ needs.input-validate.outputs.release_branch }}
2525
- name: Install toml-cli
2626
run: |
2727
set -euo pipefail

0 commit comments

Comments
 (0)