Skip to content

Commit 7bdbaa1

Browse files
committed
ci: drop --provenance (private packages can't attest), normalise bin path
1 parent 76887b7 commit 7bdbaa1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- run: bun run typecheck
2323
- run: bun test
2424
- run: bun run build
25-
- run: npm publish --provenance
25+
- run: npm publish

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shotstack/cli",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Command-line interface for the Shotstack video rendering API.",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/shotstack/shotstack-cli",
@@ -13,7 +13,7 @@
1313
},
1414
"type": "module",
1515
"bin": {
16-
"shotstack": "./dist/shotstack.js"
16+
"shotstack": "dist/shotstack.js"
1717
},
1818
"files": [
1919
"dist/shotstack.js",

0 commit comments

Comments
 (0)