Skip to content

Commit

Permalink
Fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Jul 8, 2021
1 parent 6bfcc9d commit 9ac2297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ steps:
- export PATH=$PATH:/usr/local/go/bin
- GO111MODULE=on go get -u github.com/mitchellh/gox github.com/tcnksm/ghr
- export PATH="$(go env GOPATH)/bin:$PATH"
- export RELEASE_TAG=${GITHUB_REF##*/}
- export RELEASE_TAG=$(git describe --tags --abbrev=0 )
- make -j4 RELEASE_BUILD=true publish
- name: publish
image: plugins/github-release
Expand Down Expand Up @@ -105,6 +105,6 @@ volumes:
path: /var/run/docker.sock
---
kind: signature
hmac: 8e141e59f309da21fc0bdde1f22584c5eca64533f8924290e8f11e3c899aa7bb
hmac: 33e9ee03301467379a6b691425252e8a7ad68124cacb8c66ca1cbb71d4051539

...

0 comments on commit 9ac2297

Please sign in to comment.