Skip to content

Commit e8ae598

Browse files
committed
chore: update db wf
1 parent f668429 commit e8ae598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: 🛠️ Update changesets file
3636
run: |
37-
npx unity-changeset@latest list --all --all-lifecycles --pretty-json > dbV3
37+
npx unity-changeset@latest list --all --all-lifecycles --pretty-json --with-external-source > dbV3
3838
jq -r '.[] | "\(.version)\t\(.changeset)"' dbV3 > db
3939
4040
- name: Commit & Push changes

0 commit comments

Comments
 (0)