We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0abd9b1 + ae91146 commit 8a875bcCopy full SHA for 8a875bc
.changeset/silver-ears-watch.md
@@ -0,0 +1,2 @@
1
+---
2
.github/workflows/release.yml
@@ -7,6 +7,7 @@ on:
7
permissions:
8
contents: write
9
pull-requests: write
10
+ id-token: write
11
12
jobs:
13
release:
@@ -17,7 +18,6 @@ jobs:
17
18
with:
19
node-version: 22
20
cache: npm
- registry-url: https://registry.npmjs.org
21
- run: npm ci
22
- run: npm run build
23
- uses: changesets/action@v1
@@ -27,4 +27,4 @@ jobs:
27
title: "chore: version packages"
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_CONFIG_PROVENANCE: true
0 commit comments