We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7b4c8 commit b64ce55Copy full SHA for b64ce55
1 file changed
.github/workflows/release.yaml
@@ -66,6 +66,10 @@ jobs:
66
run: |
67
RELEASE_VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')
68
echo "::set-output name=release_version::$RELEASE_VERSION"
69
+ - name: install-go-bindata
70
+ run: go install github.com/go-bindata/go-bindata/go-bindata@latest
71
+ env:
72
+ GOPATH: /Users/runner/work/devspace/go
73
- name: Check out code into the Go module directory
74
uses: actions/checkout@v1
75
- name: Download ui tar
0 commit comments