Skip to content

Commit af2b37f

Browse files
committed
ci: add vite build number to ci
1 parent 77eb28c commit af2b37f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main-client.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
labels: ${{ steps.meta.outputs.labels }}
6464
cache-from: type=gha
6565
cache-to: type=gha,mode=max
66+
build-args: |
67+
VITE_BUILD=v${{ steps.version.outputs.tag }}
6668
6769
- name: Create and push Git tag
6870
run: |

0 commit comments

Comments
 (0)