Skip to content

Commit

Permalink
everest checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Mar 18, 2024
1 parent bfbb721 commit 5f072d7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,11 @@ jobs:
with:
token: ${{ secrets.ROBOT_TOKEN }}

- name: Everest - setup golang
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'

- name: Everest - create and update release branch
run: |
# Check if the branch already exists
Expand All @@ -290,8 +295,8 @@ jobs:
fi
# Update the operator go module to reference the version tag
# go get github.com/percona/everest-operator@$GH_TAG
# go mod tidy
go get github.com/percona/everest-operator@$GH_TAG
go mod tidy
# Change version in Makefile
sed -i "s/RELEASE_VERSION ?=.*/RELEASE_VERSION ?= v$VERSION/g" Makefile
Expand Down Expand Up @@ -336,11 +341,6 @@ jobs:
pnpm install
EVEREST_OUT_DIR=${GITHUB_WORKSPACE}/public/dist/ pnpm build
- name: Everest - setup golang
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'

- name: Everest - build binary
run: |
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 make build
Expand Down

0 comments on commit 5f072d7

Please sign in to comment.