Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-107 fix everest version in release/RC builds
Browse files Browse the repository at this point in the history
  • Loading branch information
recharte committed Nov 21, 2023
1 parent 6d02381 commit d29f992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rc_rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
path: ./backend
ref: ${{ env.RELEASE_BRANCH_NAME }}
token: ${{ secrets.ROBOT_TOKEN }}
fetch-depth: 0

- name: Embed Everest Frontend app into backend
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
with:
path: ./backend
ref: ${{ env.RC_BRANCH }}
fetch-depth: 0

- name: Everest Backend - create tag
run: |
Expand Down

0 comments on commit d29f992

Please sign in to comment.