Skip to content

Commit affc128

Browse files
committed
Try to fix prisma generate errors
1 parent 40ba8ad commit affc128

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
jobs:
55
publish:
66
runs-on: ubuntu-latest
7+
env:
8+
PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING: 1
79
outputs:
810
version: ${{ steps.get_version.outputs.version }}
911
short_sha: ${{ steps.get_commit.outputs.sha_short }}
1012
steps:
1113
- name: Setup Depot CLI
1214
uses: depot/setup-action@v1
13-
15+
1416
- name: ⬇️ Checkout repo
1517
uses: actions/checkout@v3
1618
with:

0 commit comments

Comments
 (0)