Skip to content

Commit

Permalink
ci: setup package provenance
Browse files Browse the repository at this point in the history
Signed-off-by: Rai Siqueira <rai93siqueira@gmail.com>
  • Loading branch information
raisiqueira committed Dec 9, 2023
1 parent 1a7f9ad commit 71a1ed2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
contents: write
pull-requests: write
packages: write
id-token: write

# Automatically cancel in-progress actions on the same branch
concurrency:
Expand Down
5 changes: 4 additions & 1 deletion packages/headless-stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@
"default": "./dist/components.mjs"
}
},
"sideEffects": false
"sideEffects": false,
"publishConfig": {
"provenance": true
}
}

0 comments on commit 71a1ed2

Please sign in to comment.