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 f668429 commit e8ae598Copy full SHA for e8ae598
1 file changed
.github/workflows/update-changesets.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: 🛠️ Update changesets file
36
run: |
37
- npx unity-changeset@latest list --all --all-lifecycles --pretty-json > dbV3
+ npx unity-changeset@latest list --all --all-lifecycles --pretty-json --with-external-source > dbV3
38
jq -r '.[] | "\(.version)\t\(.changeset)"' dbV3 > db
39
40
- name: Commit & Push changes
0 commit comments