Skip to content

Commit c09d299

Browse files
committed
Publish with NPM
1 parent b06640a commit c09d299

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: bun install
3232

3333
- name: Publish to NPM Packages
34-
run: bun publish
34+
run: npm publish
3535
# env:
3636
# NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2025-12-11] [Publish with NPM](https://github.com/RubricLab/agents/commit/d00ce50be65e326aa1eb03157aa85f0b77713829)
12
- [2025-12-11] [Publish without NPM config token](https://github.com/RubricLab/agents/commit/a4cc80e9328999360be76277105693ffb4f68203)
23
- [2025-12-11] [Revert to original publish script](https://github.com/RubricLab/agents/commit/de9d35b53602c38202aa9c9269d6d02ee8a08ae5)
34
- [2025-12-11] [Add permissions to step](https://github.com/RubricLab/agents/commit/73202e89de49e03fa786570b4c855dd3d6dc70ec)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"simple-git-hooks": {
2121
"post-commit": "bun x @rubriclab/package post-commit"
2222
},
23-
"version": "0.0.78"
23+
"version": "0.0.79"
2424
}

0 commit comments

Comments
 (0)