Skip to content

Commit eb5efde

Browse files
committed
chore(ci): Let lerna decide what needs publishing
Removing from-package to allow to switch to from-git if appropriate ref: STARGAZER-2765
1 parent 41ae4a3 commit eb5efde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
run: npm whoami #uses .npmrc from root and the env var
8282

8383
- name: Release
84-
run: yarn release from-package --yes --no-verify-access
84+
run: yarn release --yes --no-verify-access
8585
env:
8686
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)