Skip to content

Commit c05fd0a

Browse files
committed
fix: 修复漏洞
1 parent 9f5bffb commit c05fd0a

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
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Set env
31-
run: echo "RELEASE_VERSION=$${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
31+
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@v3
3434
- name: Login to Docker Hub

0 commit comments

Comments
 (0)