Skip to content

Commit 58b2493

Browse files
committed
feat(ci): update classroom data on release
1 parent 6ba6ac2 commit 58b2493

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/on-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ jobs:
3838
run: npx prisma migrate deploy
3939
env:
4040
DATABASE_URL: ${{ secrets.DATABASE_URL }}
41+
- name: Update the classroom data
42+
run: pnpm run update-classroom-data
43+
env:
44+
DATABASE_URL: ${{ secrets.DATABASE_URL }}

0 commit comments

Comments
 (0)