Skip to content

Commit

Permalink
fix: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-cj committed Sep 28, 2020
1 parent 87b7b18 commit 4ed110b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pwd
go env
echo "::set-env name=GOPATH::$(go env GOPATH):$GITHUB_WORKSPACE"
echo "echo ::set-env name=RELEASE_VERSION::$(git describe --tags)"
echo "::set-env name=RELEASE_VERSION::$(git describe --tags)"
echo "::add-path::$(go env GOPATH)/bin"
- name: before_install
run: |
Expand Down

0 comments on commit 4ed110b

Please sign in to comment.