Skip to content

Commit 9b7dda0

Browse files
committed
adjust workflow
1 parent 600ae01 commit 9b7dda0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
include:
3131
- target: bun-darwin-arm64
3232
artifact: polar-darwin-arm64
33-
os: ubuntu-latest
33+
os: macos-latest
3434
- target: bun-darwin-x64
3535
artifact: polar-darwin-x64
36-
os: ubuntu-latest
36+
os: macos-latest
3737
- target: bun-linux-x64
3838
artifact: polar-linux-x64
3939
os: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polar-cli",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "",
55
"bin": "bin/cli.js",
66
"type": "module",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "v1.3.2";
1+
export const VERSION = "v1.3.3";

0 commit comments

Comments
 (0)