Skip to content

Commit

Permalink
Generate provenance statements when publishing (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore authored Dec 27, 2024
1 parent 6fb20dd commit 8bfec3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
publish-npm:
name: Release
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"react": "^16.13 || ^17 || ^18 || ^19"
},
"publishConfig": {
"provenance": true,
"access": "public"
}
}

0 comments on commit 8bfec3d

Please sign in to comment.