Skip to content

Commit

Permalink
chore: Fix operator sdk download url in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd authored and astefanutti committed Oct 2, 2020
1 parent 62bf65a commit 2c12cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Prerequisites
run: |
export OPERATOR_SDK_VERSION=v0.17.1
curl -L https://github.com/operator-framework/operator-sdk/releases/download/v0.15.2/operator-sdk-${OPERATOR_SDK_VERSION}-x86_64-linux-gnu -o operator-sdk
curl -L https://github.com/operator-framework/operator-sdk/releases/download/${OPERATOR_SDK_VERSION}/operator-sdk-${OPERATOR_SDK_VERSION}-x86_64-linux-gnu -o operator-sdk
chmod a+x operator-sdk
sudo mv operator-sdk /usr/local/bin
Expand Down

0 comments on commit 2c12cf0

Please sign in to comment.