Update .gitea/workflows/prisma-migrate.yaml

This commit is contained in:
2025-10-31 09:18:55 +00:00
parent e8e9785094
commit 4334d096f6

View File

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