Skip to content

Commit 1fdbf2c

Browse files
committed
Revert to original publish script
1 parent a55f26f commit 1fdbf2c

3 files changed

Lines changed: 4 additions & 16 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,5 @@ permissions:
1212

1313
jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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)

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

0 commit comments

Comments
 (0)