Skip to content

Commit

Permalink
attempt fix publish workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Feb 22, 2024
1 parent 1f25810 commit c3f70b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
- name: Publish package with long name for better SEO
continue-on-error: true
run: |
ls -la
npm cache clean --force
cd dist
sed -i -e "s/.*name.*/\t\"name\": \"react18-global-store\",/" package.json
npm publish --provenance --access public
npm publish --access public

0 comments on commit c3f70b1

Please sign in to comment.