Skip to content

Commit 1b7ede2

Browse files
committed
Revert "Updated next release to use from-package"
This reverts commit c7f6d1d.
1 parent c7f6d1d commit 1b7ede2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: 16.18
22-
cache: "yarn"
22+
cache: 'yarn'
2323
registry-url: https://registry.npmjs.org/
2424

2525
- name: Install Dependencies
@@ -40,7 +40,7 @@ jobs:
4040
NODE_AUTH_TOKEN: ${{ secrets.JIGSAW_AUTH_TOKEN }}
4141
run: |
4242
# Publishes pre-release versions of any changed packages
43-
yarn lerna publish from-package \
43+
yarn lerna publish \
4444
--dist-tag next \
4545
--ignore-scripts \
4646
--canary \

0 commit comments

Comments
 (0)