Skip to content

Commit 7018ba9

Browse files
committed
Publish with provenance
1 parent ca3a9b0 commit 7018ba9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
working-directory: ${{ inputs.working-directory }}
4444

4545
- name: Publish to NPM Packages
46-
run: npm publish
46+
run: npm publish --provenance
4747
working-directory: ${{ inputs.working-directory }}
4848
env:
4949
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 provenance](https://github.com/RubricLab/package/commit/baa86044410c3d7936dfd2c86de780f03e167fc7)
12
- [2025-12-11] [Use NPM to publish with OIDC](https://github.com/RubricLab/package/commit/bd776d6a3b2d4b86481d94e001a216fb3182f7f8)
23
- [2025-08-20] [working dir flag](https://github.com/RubricLab/package/commit/f61972a605e6a83e16197d12e8ef8adef0d6d11f)
34
- [2025-08-20] [bump](https://github.com/RubricLab/package/commit/5ca988108b9c31d10656464b30d558c3c9b64cd8)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"simple-git-hooks": {
2929
"post-commit": "bun run ./cli.ts post-commit"
3030
},
31-
"version": "0.0.122"
31+
"version": "0.0.123"
3232
}

0 commit comments

Comments
 (0)