We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d4b33 commit 7dff523Copy full SHA for 7dff523
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: build
32
run: |
33
pnpm build
34
- - uses: amondnet/vercel-action@v20 #deploy
+ - uses: amondnet/vercel-action@v25 #deploy
35
with:
36
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
37
# github-token: ${{ secrets.GITHUB_TOKEN }} # Optional
0 commit comments