Skip to content

Commit 4a2ace6

Browse files
committed
p
1 parent 3bf1f3d commit 4a2ace6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
if: github.event_name == 'push'
138138
name: Deploy Next.js App to Vercel
139139
runs-on: ubuntu-latest
140-
needs: [extract-versions, test-build-next]
140+
needs: [extract-versions, build-next]
141141
steps:
142142
- name: Checkout code
143143
uses: actions/checkout@v3

0 commit comments

Comments
 (0)