We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888cf9f commit 9b73524Copy full SHA for 9b73524
.github/workflows/release.yml
@@ -33,6 +33,9 @@ jobs:
33
- name: Install Dependencies
34
run: yarn install
35
36
+ - name: Resolve Workspace Protocol
37
+ run: yarn resolve-workspace-protocol
38
+
39
- name: Build Packages
40
run: yarn build:packages
41
@@ -45,7 +48,7 @@ jobs:
45
48
uses: changesets/action@v1
46
49
with:
47
50
version: yarn version-packages
- publish: yarn resolve-workspace-protocol && yarn changeset publish
51
+ publish: yarn changeset publish
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments