Skip to content

Commit dffd1cc

Browse files
committed
🐞 fix!: 更新部署流的命令名称,处理github workflow部署失败的故障。
BREAKING CHANGE: deploy-vercel => deploy
1 parent 034fb84 commit dffd1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vercel-deploy-tool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
# https://dotenvx.com/docs/cis/github-actions#install-dotenvx
5656
run: |
5757
curl -sfS https://dotenvx.sh/install.sh | sh
58-
pnpm dotenvx run -- pnpm run deploy-vercel
58+
pnpm dotenvx run -- pnpm run deploy

0 commit comments

Comments
 (0)