Skip to content

Commit e3752a9

Browse files
committed
🐛 修复漏洞
1 parent 98389ba commit e3752a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v4
5757
- name: Write version
58-
run: echo "${github.ref}" > VERSION
58+
run: echo "${GITHUB_REF}" > VERSION
5959
- name: Commit and push
6060
run: |
6161
git add VERSION

0 commit comments

Comments
 (0)