Skip to content

Commit 9b73524

Browse files
committed
chore: resolve workspace protocol before build
1 parent 888cf9f commit 9b73524

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install Dependencies
3434
run: yarn install
3535

36+
- name: Resolve Workspace Protocol
37+
run: yarn resolve-workspace-protocol
38+
3639
- name: Build Packages
3740
run: yarn build:packages
3841

@@ -45,7 +48,7 @@ jobs:
4548
uses: changesets/action@v1
4649
with:
4750
version: yarn version-packages
48-
publish: yarn resolve-workspace-protocol && yarn changeset publish
51+
publish: yarn changeset publish
4952
env:
5053
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5154
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)