mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-09 14:07:56 -05:00
Fix release version
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
echo "::set-output name=RELEASE_VERSION::${RELEASE_VERSION}"
|
echo "::set-output name=RELEASE_VERSION::${RELEASE_VERSION}"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v -ldflags="-X cmd.ReleaseVersion=${RELEASE_VERSION}" .
|
run: go build -v -ldflags="-X github.com/wealdtech/ethdo/cmd.ReleaseVersion=${RELEASE_VERSION}" .
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v .
|
run: go test -v .
|
||||||
|
|||||||
Reference in New Issue
Block a user