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 c75c0d0 commit 6ec028cCopy full SHA for 6ec028c
.github/workflows/prerelease.yml
@@ -61,6 +61,8 @@ jobs:
61
- name: Setup Tools
62
if: steps.should_deploy.outputs.should_deploy == 'true'
63
uses: ./.github/actions/setup
64
+ - name: Install Vercel CLI
65
+ run: npm install -g vercel@22.0.1
66
- name: Deploy to Vercel Action
67
68
uses: BetaHuhn/deploy-to-vercel-action@v1.10.0
package.json
@@ -18,8 +18,7 @@
18
"devDependencies": {
19
"@biomejs/biome": "^1.9.4",
20
"@commitlint/cli": "^19.8.1",
21
- "@commitlint/config-conventional": "^19.8.1",
22
- "vercel": "^42.1.1"
+ "@commitlint/config-conventional": "^19.8.1"
23
},
24
"author": "",
25
"license": "ISC",
0 commit comments