Skip to content

Commit 983b814

Browse files
authored
change ref to tag(#4211)
1 parent f605e3d commit 983b814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Checkout source code
9595
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9696
with:
97-
ref: main
97+
ref: ${{ github.event.release.tag_name }}
9898
persist-credentials: false
9999

100100
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0

0 commit comments

Comments
 (0)