Skip to content

Commit 769d05b

Browse files
committed
force push release.
The release job failed.
1 parent 136719d commit 769d05b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: changesets/action@v1
4242
with:
4343
publish: pnpm release
44+
force: true
4445
env:
4546
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4647
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"lint": "cargo clippy && pnpm eslint",
3131
"postbuild:rust-debug": "neon dist < cargo.log",
3232
"postcross-build": "neon dist -m /target < cross.log",
33-
"postinstall": "node ./scripts/postinstall.js",
3433
"release": "run-s build changeset:publish",
3534
"test": "jest",
3635
"test:watch": "jest --watch --runInBand --detectOpenHandles --forceExit"
@@ -47,7 +46,6 @@
4746
"@types/node": "^22.17.1",
4847
"@typescript-eslint/eslint-plugin": "^8.39.1",
4948
"@typescript-eslint/parser": "^8.39.1",
50-
"cargo-cp-artifact": "^0.1.9",
5149
"cpy-cli": "^5.0.0",
5250
"eslint": "^9.33.0",
5351
"fs-extra": "^11.3.1",
@@ -68,14 +66,7 @@
6866
},
6967
"homepage": "https://github.com/contentauth/c2pa-node-v2#readme",
7068
"dependencies": {
71-
"chalk": "^5.6.0",
72-
"cli-progress": "^3.12.0",
73-
"debug": "^4.4.1",
74-
"mkdirp": "^3.0.1",
75-
"node-fetch": "^3.3.2",
76-
"pkg-dir": "^9.0.0",
77-
"pretty-bytes": "^7.0.1",
78-
"unzipper": "^0.12.3"
69+
"debug": "^4.4.1"
7970
},
8071
"packageManager": "pnpm@10.14.0"
8172
}

0 commit comments

Comments
 (0)