Skip to content

Commit

Permalink
fix: fixed npm-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
icsaba committed Jun 19, 2024
1 parent 7168eac commit aab8912
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
with:
node-version: 22
registry-url: https://registry.npmjs.org/
- name: Remove private field from package.json
run: sed -i '/"private": true,/d' package.json
- run: sed -i '/"private": true,/d' package.json
- run: yarn
- run: yarn publish
env:
Expand Down

0 comments on commit aab8912

Please sign in to comment.