Skip to content

Commit b071ef0

Browse files
committed
ci: 修复获取 release 时传入的 ref
1 parent e952d0a commit b071ef0

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
@@ -43,7 +43,7 @@ jobs:
4343
})
4444
return data.id
4545
env:
46-
REF: ${{ github.action_ref }}
46+
REF: ${{ github.ref_name }}
4747
REPO: ${{ github.repository }}
4848
- uses: dtolnay/rust-toolchain@stable
4949
- uses: swatinem/rust-cache@v2

0 commit comments

Comments
 (0)