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 f35d6e8 commit 7702a6bCopy full SHA for 7702a6b
.github/workflows/release.yml
@@ -32,8 +32,7 @@ jobs:
32
id: changesets
33
uses: changesets/action@v1
34
with:
35
- # This expects you to have a script called release which does a build for your packages and calls changeset publish
36
- publish: pnpm publish
+ publish: pnpm changeset publish
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
tooling/github/package.json
@@ -1,3 +1,4 @@
1
{
2
- "name": "@bashbuddy/github"
+ "name": "@bashbuddy/github",
3
+ "private": true
4
}
0 commit comments