Skip to content

Commit c6d2f05

Browse files
committed
fix: publish error
1 parent bbfaa9f commit c6d2f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: npx tsc
2121
- uses: changesets/action@v1
2222
with:
23-
publish: pnpm run publish
23+
publish: pnpm run release
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ci-build": "pnpm run lint && pnpm test && pnpm run build",
2121
"lint": "eslint . --ext .ts,.tsx",
2222
"test": "vitest",
23-
"publish": "pnpm run build && npx changeset publish"
23+
"release": "pnpm run build && npx changeset publish"
2424
},
2525
"dependencies": {
2626
"@rgba-image/lanczos": "^0.1.0",

0 commit comments

Comments
 (0)