Skip to content

Commit 38b896d

Browse files
committed
[Fix] fix github action
Signed-off-by: Kent Huang <[email protected]>
1 parent dc4bfc7 commit 38b896d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717
- name: Get the version
1818
id: get_version
19-
run: echo ::set-output name=VERSION::$(GITHUB_REF/refs\/tags\//)
19+
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2020
- name: Log in to Docker Hub
2121
uses: docker/login-action@v1
2222
with:

0 commit comments

Comments
 (0)