Skip to content

Commit

Permalink
try changeset publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SegaraRai committed Jan 6, 2025
1 parent ecf7522 commit 01938e9
Show file tree
Hide file tree
Showing 3 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 @@ -46,5 +46,5 @@ jobs:
publish: bun run changeset-publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: "true"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"repository": "https://github.com/SegaraRai/fraci.git",
"scripts": {
"changeset-version": "changeset version",
"changeset-publish": "bun publish && git push --follow-tags",
"changeset-publish": "changeset publish",
"build": "tsup && bun run ./fix-dts.ts",
"test": "bun test",
"typecheck": "tsc --noEmit",
Expand Down
Binary file modified prisma/dev.db
Binary file not shown.

0 comments on commit 01938e9

Please sign in to comment.