Skip to content

Commit c7baeca

Browse files
committed
Publish with latest NPM
1 parent c09d299 commit c7baeca

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install dependencies
3131
run: bun install
3232

33+
- name: Install latest version of NPM
34+
run: bun install -g npm@latest
35+
3336
- name: Publish to NPM Packages
3437
run: npm publish
3538
# env:

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 latest NPM](https://github.com/RubricLab/agents/commit/6b76baeba3147b60a6928a5d95008f27f405c6a2)
12
- [2025-12-11] [Publish with NPM](https://github.com/RubricLab/agents/commit/d00ce50be65e326aa1eb03157aa85f0b77713829)
23
- [2025-12-11] [Publish without NPM config token](https://github.com/RubricLab/agents/commit/a4cc80e9328999360be76277105693ffb4f68203)
34
- [2025-12-11] [Revert to original publish script](https://github.com/RubricLab/agents/commit/de9d35b53602c38202aa9c9269d6d02ee8a08ae5)

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.79"
23+
"version": "0.0.80"
2424
}

0 commit comments

Comments
 (0)