Skip to content

Commit

Permalink
chore: renamed to publish-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankeos committed Dec 6, 2024
1 parent 95f61d4 commit 6352531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: bun run publish
publish: bun run publish-pkg
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "tsup",
"build:site": "vite build dev",
"ci": "bun run lint && bun run build",
"publish": "bun run lint && bun run build && changeset publish",
"publish-pkg": "bun run lint && bun run build && changeset publish",
"lint": "tsc",
"format": "prettier --write .",
"update": "bunx npm-check-updates --interactive --format group"
Expand Down

0 comments on commit 6352531

Please sign in to comment.