Skip to content

Commit aab8912

Browse files
committed
fix: fixed npm-publish.yaml
1 parent 7168eac commit aab8912

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npm-publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
with:
2828
node-version: 22
2929
registry-url: https://registry.npmjs.org/
30-
- name: Remove private field from package.json
31-
run: sed -i '/"private": true,/d' package.json
30+
- run: sed -i '/"private": true,/d' package.json
3231
- run: yarn
3332
- run: yarn publish
3433
env:

0 commit comments

Comments
 (0)