mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
fix naming conflict with goreleaser, add buildrone key to other steps
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
VERSION=$(git describe --exact-match HEAD 2> /dev/null || echo 'vgit')
|
||||
VERSION="$(echo $VERSION | sed 's/v//g')" $@
|
||||
JFA_GO_VERSION=$(git describe --exact-match HEAD 2> /dev/null || echo 'vgit')
|
||||
JFA_GO_VERSION="$(echo $JFA_GO_VERSION | sed 's/v//g')" $@
|
||||
|
||||
Reference in New Issue
Block a user