Skip to content

Commit 9e0067a

Browse files
committed
ci: fixes ci syntax
1 parent b27ca4d commit 9e0067a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ jobs:
1515
with:
1616
node-version: 12
1717
registry-url: https://registry.npmjs.org/
18-
19-
- name: Install Packages
20-
run: yarn
21-
2218
- name: Publish package
23-
run: lerna publish --yes
19+
run: yarn && npx lerna publish --yes
2420
env:
2521
GH_TOKEN: ${{ secrets.GITHUB_PAT }}
2622
GITHUB_TOKEN: ${{ secrets.GITHUB_PAT }}

0 commit comments

Comments
 (0)