Skip to content

Commit 7702a6b

Browse files
committed
fix: releases
1 parent f35d6e8 commit 7702a6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
id: changesets
3333
uses: changesets/action@v1
3434
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
35+
publish: pnpm changeset publish
3736
env:
3837
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3938
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

tooling/github/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"name": "@bashbuddy/github"
2+
"name": "@bashbuddy/github",
3+
"private": true
34
}

0 commit comments

Comments
 (0)