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 87c8180 commit afba60aCopy full SHA for afba60a
.github/workflows/update.yaml
@@ -23,3 +23,6 @@ jobs:
23
- run: git config --global user.email "github-actions[bot]@users.noreply.github.com"
24
- run: pnpm types:update
25
- run: git push
26
+ - uses: changesets/action@v1
27
+ env:
28
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments