We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1ed6d commit b57e8a0Copy full SHA for b57e8a0
2 files changed
.github/workflows/build.yml .github/workflows/build.yaml.github/workflows/build.yml renamed to .github/workflows/build.yaml
.github/workflows/publish.yml .github/workflows/publish.yaml.github/workflows/publish.yml renamed to .github/workflows/publish.yaml
@@ -9,18 +9,17 @@ jobs:
9
publish:
10
runs-on: ubuntu-latest
11
permissions:
12
- id-token: write # Required for provenance
+ id-token: write # Required for provenance and Trusted Publishing
13
+ contents: read
14
steps:
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
17
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
18
with:
19
registry-url: 'https://registry.npmjs.org'
- node-version: 22
20
+ node-version: 24
21
cache: pnpm
22
23
- run: pnpm install
24
- run: pnpm build
25
- run: pnpm publish --provenance --access public --no-git-checks
- env:
26
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments