Skip to content

Commit

Permalink
chore(release): publish 0.0.76; try fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Nov 13, 2023
1 parent 746a537 commit 4829e3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ jobs:
if: "startsWith(github.event.head_commit.message, 'chore(release): publish')"
run: |
npm config set provenance true
find ./packages/ -type d -maxdepth 1 -exec cp LICENSE {} \;
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
yarn lerna publish from-package --no-verify-access --yes
env:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ yarn.lock
yarn-error.log
*.node
trash/

.yarn/install-state.gz
Binary file removed .yarn/install-state.gz
Binary file not shown.

0 comments on commit 4829e3b

Please sign in to comment.