Skip to content

Commit 7c85033

Browse files
committed
chore: update workflow
1 parent 1828494 commit 7c85033

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-changesets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ env:
44
WORKFLOW_FILE: update-changesets.yml
55

66
on:
7+
workflow_dispatch:
78
issue_comment:
89
types:
910
- created
@@ -33,7 +34,7 @@ jobs:
3334
[ "$RESULT" = "false" ] && echo "::error::Other '${{ env.WORKFLOW_FILE }}' workflows are in progress." && exit 1 || :
3435
3536
- name: 🛠️ Update changesets file
36-
run: npx unity-changeset list --all --all-lifecycles > db
37+
run: npx unity-changeset@latest list --all --all-lifecycles > db
3738

3839
- name: Commit & Push changes
3940
uses: actions-js/push@master

0 commit comments

Comments
 (0)