We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daa5775 + c1a6da1 commit 45cc570Copy full SHA for 45cc570
.github/workflows/publish.yml
@@ -72,6 +72,10 @@ jobs:
72
npm version "$NEW_VERSION" --no-git-tag-version
73
git add package* && git commit -m "chore(release): $NEW_VERSION [skip ci]"
74
75
+ # Install dependencies after the version update so that
76
+ # the build outputs refer to the newest version of inner packages
77
+ - uses: ./.github/actions/install-dependencies
78
+
79
- name: Build packages
80
run: npm run build
81
0 commit comments