Skip to content

Commit 226b81a

Browse files
fix git ref for generate document
1 parent bb1c25f commit 226b81a

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
@@ -680,7 +680,7 @@ jobs:
680680
pages: write
681681
id-token: write
682682
with:
683-
git_ref: ${{ github.ref_name }}
683+
git_ref: ${{ needs.get_version.outputs.release_branch }}
684684

685685
notify_failures:
686686
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)