Skip to content

Commit

Permalink
build: use from-package instead of from-git (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet authored Oct 2, 2023
1 parent 68629e5 commit 063e22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
- run: yarn install
- run: yarn lerna publish from-git --dist-tag beta --yes
- run: yarn lerna publish from-package --dist-tag beta --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 063e22c

Please sign in to comment.