Skip to content

Commit

Permalink
fix: Set tag in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-cj committed Sep 28, 2020
1 parent 8a65f71 commit f16fae6
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::${GITHUB_REF#refs/*/}"
echo "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 f16fae6

Please sign in to comment.