File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,18 +12,5 @@ permissions:
1212
1313jobs :
1414 release :
15- runs-on : ubuntu-latest
16- permissions :
17- contents : read
18- packages : write
19- id-token : write
20- steps :
21- - name : Checkout code
22- uses : actions/checkout@v4
23- - name : Setup Bun
24- uses : oven-sh/setup-bun@v2
25- with :
26- bun-version : " latest"
27- - run : bun install -g npm@latest
28- - run : bun i
29- - run : npm publish
15+ uses : rubriclab/package/.github/workflows/release-package.yml@main
16+ secrets : inherit
Original file line number Diff line number Diff line change 1+ - [ 2025-12-11] [ Revert to original publish script] ( https://github.com/RubricLab/agents/commit/de9d35b53602c38202aa9c9269d6d02ee8a08ae5 )
12- [ 2025-12-11] [ Add permissions to step] ( https://github.com/RubricLab/agents/commit/73202e89de49e03fa786570b4c855dd3d6dc70ec )
23- [ 2025-12-11] [ Publish with NPM] ( https://github.com/RubricLab/agents/commit/0b16822bda5e074745469055f3e8cadc557c2445 )
34- [ 2025-12-11] [ Trigger release] ( https://github.com/RubricLab/agents/commit/a20ba71d6077a243583fdac901a6825dde0d0e30 )
Original file line number Diff line number Diff line change 2020 "simple-git-hooks" : {
2121 "post-commit" : " bun x @rubriclab/package post-commit"
2222 },
23- "version" : " 0.0.76 "
23+ "version" : " 0.0.77 "
2424}
You can’t perform that action at this time.
0 commit comments