Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Fix lerna publish
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Aug 25, 2022
1 parent 2ba1293 commit 8412944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
run: npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}"

- name: Publish to npmjs
run: npx lerna publish from-package --yes --registry https://registry.npmjs.org/ --loglevel debug --no-git-tag-version --no-push
run: npx lerna publish from-package --yes --registry https://registry.npmjs.org/ --loglevel debug --no-git-tag-version --no-push --no-verify-access

- name: Setup npm
run: npm set "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}"

- name: Publish to github packages
run: npx lerna publish from-package --yes --registry https://npm.pkg.github.com/ --loglevel debug --no-git-tag-version --no-push
run: npx lerna publish from-package --yes --registry https://npm.pkg.github.com/ --loglevel debug --no-git-tag-version --no-push --no-verify-access

- name: Build github release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 8412944

Please sign in to comment.