Skip to content

Commit 45cc97e

Browse files
committed
build: fix release process error
1 parent b79251b commit 45cc97e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)