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.
1 parent 136c399 commit 605eb19Copy full SHA for 605eb19
.github/workflows/release.yml
@@ -23,12 +23,15 @@ jobs:
23
registry-url: 'https://registry.npmjs.org'
24
25
- run: npm install
26
+
27
+ - name: Build all packages
28
+ run: npm run build:all
29
30
- name: Create Release Pull Request or Publish
31
uses: changesets/action@v1
32
with:
33
# This script runs ONLY when publishing (Phase 2)
- publish: npm run build:all && npm run release
34
+ publish: npm run release
35
createGithubReleases: true
36
# This script runs ONLY when creating version PR (Phase 1)
37
version: npm run version
0 commit comments