Skip to content

Commit

Permalink
ci: setup version before build graphql Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed May 20, 2024
1 parent 01eff4f commit aa534bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-server-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa534bf

Please sign in to comment.