fix: release script (#1421)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1423/head
Anatolii Bazko 2022-06-30 11:29:54 +03:00 committed by GitHub
parent 3ecec40e1a
commit c4d6835c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ jobs:
OP_SDK_DIR=/opt/operator-sdk
mkdir -p $OP_SDK_DIR
make download-operator-sdk DEST="${OP_SDK_DIR}"
go install golang.org/x/tools/cmd/goimports@latest
export PATH="$PATH:$OP_SDK_DIR"
export QUAY_ECLIPSE_CHE_USERNAME=${{ secrets.QUAY_USERNAME }}