also looking at this
chore(deps): update all non-major dependencies
#33
7 files
+96
-77
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -30,7 +30,7 @@ jobs: | ||
| 30 | 30 | run: bun install |
| 31 | 31 | |
| 32 | 32 | - name: Publish to npm |
| 33 | run: bun publish --access public | |
| 33 | run: ./scripts/publish.sh | |
| 34 | 34 | env: |
| 35 | 35 | BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} |
| 36 | 36 | |
| @@ -40,13 +40,13 @@ jobs: | ||
| 40 | 40 | GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |
| 41 | 41 | |
| 42 | 42 | - name: Attach Binaries |
| 43 | uses: stacksjs/action-releaser@v1.1.0 | |
| 43 | uses: stacksjs/action-releaser@v1.2.5 | |
| 44 | 44 | with: |
| 45 | 45 | files: | |
| 46 | bin/query-builder-linux-x64 | |
| 47 | bin/query-builder-linux-arm64 | |
| 48 | bin/query-builder-windows-x64.exe | |
| 49 | bin/query-builder-darwin-x64 | |
| 50 | bin/query-builder-darwin-arm64 | |
| 46 | packages/bun-query-builder/bin/qbx-linux-x64.zip | |
| 47 | packages/bun-query-builder/bin/qbx-linux-arm64.zip | |
| 48 | packages/bun-query-builder/bin/qbx-windows-x64.zip | |
| 49 | packages/bun-query-builder/bin/qbx-darwin-x64.zip | |
| 50 | packages/bun-query-builder/bin/qbx-darwin-arm64.zip | |
| 51 | 51 | env: |
| 52 | 52 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |