Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
chore: add github token to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolassutter committed Nov 29, 2023
1 parent 4d52d8a commit ab8ae28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"bin": "dist/bin/bin.js",
"scripts": {
"build": "tsup",
"release": "pnpm changelogen --release --push",
"release": "pnpm changelogen --release --push --token $(gh auth token)",
"prepare": "husky install",
"bin-exec": "tsx bin/bin.ts init"
},
Expand Down

0 comments on commit ab8ae28

Please sign in to comment.