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 b9bf257 commit 8269ff7Copy full SHA for 8269ff7
.github/workflows/release.yml
@@ -36,9 +36,8 @@ jobs:
36
id: changesets
37
uses: changesets/action@v1
38
with:
39
- # This expects you to have a script called release which does a build for your packages and calls changeset publish
40
- publish: pnpm changeset:release
41
version: pnpm changeset:version
+ publish: pnpm changeset:publish
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
NPM_CONFIG_PROVENANCE: true
0 commit comments