Skip to content

Commit 78818fd

Browse files
[fix] github action bug
1 parent 2afaed3 commit 78818fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/production.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
push:
88
branches:
9-
- main
9+
- master
1010
jobs:
1111
Deploy-Production:
1212
runs-on: ubuntu-latest
@@ -19,4 +19,4 @@ jobs:
1919
- name: Build Project Artifacts
2020
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
2121
- name: Deploy Project Artifacts to Vercel
22-
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
22+
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)