Skip to content

Commit c40f14a

Browse files
committed
fix: add provenence
1 parent 6b38420 commit c40f14a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
permissions:
1212
contents: read
1313
security-events: write
14-
if: (!startsWith(github.event.head_commit.message, 'chore(release):'))
1514
uses: ./.github/workflows/ci.yml
1615
cd:
1716
name: CD
18-
if: (!startsWith(github.event.head_commit.message, 'chore(release):'))
1917
runs-on: ubuntu-latest
2018
timeout-minutes: 15
2119
needs:
2220
- ci
21+
permissions:
22+
id-token: write
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4.2.2

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,9 @@
6868
},
6969
"engines": {
7070
"node": ">=12"
71+
},
72+
"publishConfig": {
73+
"access": "public",
74+
"provenance": true
7175
}
7276
}

0 commit comments

Comments
 (0)