Skip to content

Commit 614d43a

Browse files
authored
Release workflow: fix env vars of operator-sdk step. (#31)
1 parent c995ae1 commit 614d43a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262

6363
- name: Download operator-sdk
6464
env:
65-
OPERATOR_SDK_BIN=operator-sdk_linux_amd64
66-
OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.33.0
67-
OPERATOR_SDK_DEST_FOLDER=/usr/local/bin
65+
OPERATOR_SDK_BIN: operator-sdk_linux_amd64
66+
OPERATOR_SDK_DL_URL: https://github.com/operator-framework/operator-sdk/releases/download/v1.33.0
67+
OPERATOR_SDK_DEST_FOLDER: /usr/local/bin
6868
run: |
6969
curl --location --remote-name ${OPERATOR_SDK_DL_URL}/${OPERATOR_SDK_BIN}
7070
chmod +x ${OPERATOR_SDK_BIN}

0 commit comments

Comments
 (0)