Skip to content

Commit

Permalink
Merge pull request #137 from simon-cj/master
Browse files Browse the repository at this point in the history
fix: Set tag in publish action
  • Loading branch information
simon-cj authored Sep 28, 2020
2 parents 8a65f71 + f16fae6 commit 87b7b18
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 87b7b18

Please sign in to comment.