Skip to content

Commit be133ff

Browse files
committed
fix: prepare monorepo npm publishing
1 parent 9dadf39 commit be133ff

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
- run: bun install --frozen-lockfile
3030
- run: bun run quality
3131
- name: Create release pull request or publish changed packages
32-
uses: changesets/action@v1
32+
uses: changesets/action@v2
3333
with:
34-
publish: bun run release
34+
github-token: ${{ secrets.GITHUB_TOKEN }}
35+
publish-script: bun run release
3536
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3738
NPM_CONFIG_PROVENANCE: "true"

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"sql-server"
146146
],
147147
"dependencies": {
148-
"@ngandu-dev/query-builder": "workspace:*",
148+
"@ngandu-dev/query-builder": "^2.0.0",
149149
"semver": "^7.7.4"
150150
},
151151
"peerDependencies": {

0 commit comments

Comments
 (0)