Update .gitea/workflows/prisma-migrate.yaml

This commit is contained in:
2025-11-21 11:05:43 +00:00
parent 39e5090b6e
commit b83d151aba

View File

@@ -41,7 +41,7 @@ jobs:
uses: actions/setup-node@v3
- name: Install dependencies
run: npm ci
run: npm install
- name: Export secrets for prisma
run: |