Skip to content

Commit

Permalink
fix: github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisergeX committed Sep 6, 2024
1 parent a2a7e2c commit d12c3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
registry-url: "https://registry.npmjs.org"

- name: Install Dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"clean": "turbo run clean && rm -rf node_modules",
"publish-signal": "turbo run build lint --filter=./packages/signal && changeset publish"
"publish-signal": "turbo run build lint --filter=./packages/signal && pnpm publish --filter './packages/signal' --access public && changeset tag"
},
"type": "module",
"devDependencies": {
Expand Down

0 comments on commit d12c3bf

Please sign in to comment.