Skip to content

Commit

Permalink
fix: release workflow (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrjarun authored Sep 20, 2024
1 parent 7df3817 commit 3360c43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
version: pnpm version
publish: pnpm release
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"test:watch": "turbo run test:watch",
"typecheck": "turbo run typecheck",
"clean": "turbo clean && rm -rf node_modules",
"version": "changeset version",
"release": "pnpm build && changeset publish"
},
"packageManager": "[email protected]",
Expand Down

0 comments on commit 3360c43

Please sign in to comment.