We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cc97e commit ab7b4c8Copy full SHA for ab7b4c8
1 file changed
.github/workflows/release.yaml
@@ -68,10 +68,6 @@ jobs:
68
echo "::set-output name=release_version::$RELEASE_VERSION"
69
- name: Check out code into the Go module directory
70
uses: actions/checkout@v1
71
- - name: install-go-bindata
72
- run: go get -u github.com/go-bindata/go-bindata/...
73
- env:
74
- GOPATH: /Users/runner/work/devspace/go
75
- name: Download ui tar
76
uses: actions/download-artifact@v2
77
with:
0 commit comments