File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ jobs:
6666 run : |
6767 RELEASE_VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')
6868 echo "::set-output name=release_version::$RELEASE_VERSION"
69+ - name : Check out code into the Go module directory
70+ uses : actions/checkout@v1
6971 - name : install-go-bindata
7072 run : go get -u github.com/go-bindata/go-bindata/...
7173 env :
7274 GOPATH : /Users/runner/work/devspace/go
73- - name : Check out code into the Go module directory
74- uses : actions/checkout@v1
7575 - name : Download ui tar
7676 uses : actions/download-artifact@v2
7777 with :
@@ -148,4 +148,4 @@ jobs:
148148 repository : devspacesh/devspace
149149 username : ${{ secrets.DOCKER_USERNAME }}
150150 password : ${{ secrets.DOCKER_PASSWORD }}
151- build_args : RELEASE_VERSION=${{ steps.get_version.outputs.release_version }}
151+ build_args : RELEASE_VERSION=${{ steps.get_version.outputs.release_version }}
You can’t perform that action at this time.
0 commit comments