Skip to content

Commit

Permalink
EVEREST-1563 unify FB version (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko authored Dec 24, 2024
1 parent 1413708 commit c791a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feature-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ jobs:
- name: Everest - build binary
run: |
RELEASE_VERSION=${VERSION} CGO_ENABLED=0 GOOS=linux GOARCH=amd64 make rc
RELEASE_VERSION=${VERSION} make release-cli
RELEASE_VERSION=${VERSION_TAG} CGO_ENABLED=0 GOOS=linux GOARCH=amd64 make rc
RELEASE_VERSION=${VERSION_TAG} make release-cli
- name: Upload CLI artefacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c791a38

Please sign in to comment.