Skip to content

Commit 4ed110b

Browse files
committed
fix: Fix
1 parent 87b7b18 commit 4ed110b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pwd
2929
go env
3030
echo "::set-env name=GOPATH::$(go env GOPATH):$GITHUB_WORKSPACE"
31-
echo "echo ::set-env name=RELEASE_VERSION::$(git describe --tags)"
31+
echo "::set-env name=RELEASE_VERSION::$(git describe --tags)"
3232
echo "::add-path::$(go env GOPATH)/bin"
3333
- name: before_install
3434
run: |

0 commit comments

Comments
 (0)