ci: setup version before build graphql Docker image (#6992)

This commit is contained in:
Brooooooklyn
2024-05-20 06:26:29 +00:00
parent f2866f57c9
commit 4c77ffd469

View File

@@ -180,6 +180,10 @@ jobs:
- name: Generate Prisma client
run: yarn workspace @affine/server prisma generate
- name: Setup Version
id: version
uses: ./.github/actions/setup-version
- name: Build graphql Dockerfile
uses: docker/build-push-action@v5
with: