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 1828494 commit 7c85033Copy full SHA for 7c85033
.github/workflows/update-changesets.yml
@@ -4,6 +4,7 @@ env:
4
WORKFLOW_FILE: update-changesets.yml
5
6
on:
7
+ workflow_dispatch:
8
issue_comment:
9
types:
10
- created
@@ -33,7 +34,7 @@ jobs:
33
34
[ "$RESULT" = "false" ] && echo "::error::Other '${{ env.WORKFLOW_FILE }}' workflows are in progress." && exit 1 || :
35
36
- name: 🛠️ Update changesets file
- run: npx unity-changeset list --all --all-lifecycles > db
37
+ run: npx unity-changeset@latest list --all --all-lifecycles > db
38
39
- name: Commit & Push changes
40
uses: actions-js/push@master
0 commit comments