Skip to content

Commit c3e84a3

Browse files
committed
Fix windows ARM release
1 parent 5655123 commit c3e84a3

File tree

8 files changed

+18
-13
lines changed

8 files changed

+18
-13
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
working-directory: npm/cli-win32-x64
6262
env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
6363

64+
- name: Publish @yaakapp/cli-win32-arm64
65+
run: npm publish --provenance --access public
66+
working-directory: npm/cli-win32-arm64
67+
env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
68+
6469
- name: Publish @yaakapp/cli
6570
run: npm publish --provenance --access public
6671
working-directory: npm/cli

npm/cli-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yaakapp/cli-darwin-arm64",
3-
"version": "0.0.39",
3+
"version": "0.0.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mountain-loop/yaak-cli.git"

npm/cli-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yaakapp/cli-darwin-x64",
3-
"version": "0.0.39",
3+
"version": "0.0.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mountain-loop/yaak-cli.git"

npm/cli-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yaakapp/cli-linux-arm64",
3-
"version": "0.0.39",
3+
"version": "0.0.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mountain-loop/yaak-cli.git"

npm/cli-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yaakapp/cli-linux-x64",
3-
"version": "0.0.39",
3+
"version": "0.0.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mountain-loop/yaak-cli.git"

npm/cli-win32-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yaakapp/cli-win32-arm64",
3-
"version": "0.0.39",
3+
"version": "0.0.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mountain-loop/yaak-cli.git"

npm/cli-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yaakapp/cli-win32-x64",
3-
"version": "0.0.39",
3+
"version": "0.0.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mountain-loop/yaak-cli.git"

npm/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yaakapp/cli",
3-
"version": "0.0.39",
3+
"version": "0.0.1",
44
"main": "./index.js",
55
"repository": {
66
"type": "git",
@@ -14,11 +14,11 @@
1414
"yaakcli": "bin/cli.js"
1515
},
1616
"optionalDependencies": {
17-
"@yaakapp/cli-darwin-x64": "0.0.39",
18-
"@yaakapp/cli-darwin-arm64": "0.0.39",
19-
"@yaakapp/cli-linux-arm64": "0.0.39",
20-
"@yaakapp/cli-linux-x64": "0.0.39",
21-
"@yaakapp/cli-win32-x64": "0.0.39",
22-
"@yaakapp/cli-win32-arm64": "0.0.39"
17+
"@yaakapp/cli-darwin-x64": "0.3.3",
18+
"@yaakapp/cli-darwin-arm64": "0.3.3",
19+
"@yaakapp/cli-linux-arm64": "0.3.3",
20+
"@yaakapp/cli-linux-x64": "0.3.3",
21+
"@yaakapp/cli-win32-x64": "0.3.3",
22+
"@yaakapp/cli-win32-arm64": "0.3.3"
2323
}
2424
}

0 commit comments

Comments
 (0)