Skip to content

Commit 9ba2664

Browse files
committed
fix: fixed issue with release process
1 parent 8836fd4 commit 9ba2664

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ builds:
1515
- "aarch64-apple-darwin"
1616

1717
homebrew_casks:
18-
- description: "A powerful Deno-based CLI tool for managing Vercel and Next.js development workflows through an interactive collection of reusable scripts."
18+
- binary: "vss"
19+
description: "A powerful Deno-based CLI tool for managing Vercel and Next.js development workflows through an interactive collection of reusable scripts."
1920
dependencies:
2021
- formula: "jq"
2122
repository:

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wyattjoh/vercel-scripts",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"exports": {
55
".": "./src/mod.ts"
66
},

0 commit comments

Comments
 (0)