Skip to content

Commit 76cf6f4

Browse files
committed
minor fixes
1 parent 9d654d1 commit 76cf6f4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
with:
3838
version: 2.3.1
3939

40+
- name: Install operator-sdk
41+
run: |
42+
RELEASE_VERSION=v1.6.1
43+
curl -LO https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION}/operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu
44+
chmod +x operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu && sudo mkdir -p /usr/local/bin/ && sudo cp operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu /usr/local/bin/operator-sdk && rm operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu
45+
4046
- name: build release
4147
id: build_release
4248
env:

0 commit comments

Comments
 (0)