Skip to content

Commit a042ac0

Browse files
authored
export before going into frontend repo (#99)
1 parent 8c52395 commit a042ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
yarn install
3939
- name: Build Frontend
4040
run: |
41-
cd frontend-code
4241
export VITE_BACKEND_VERSION=$(git tag --sort=-creatordate | sed -n '1p' | sed 's/^v//')
42+
cd frontend-code
4343
yarn build
4444
4545
- name: Copy Frontend

0 commit comments

Comments
 (0)