We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b325f commit 2ab9327Copy full SHA for 2ab9327
.github/workflows/release.yml
@@ -6,6 +6,9 @@ on:
6
jobs:
7
build:
8
runs-on: ubuntu-latest
9
+ permissions:
10
+ contents: read
11
+ id-token: write
12
steps:
13
- uses: actions/checkout@v4
14
- name: Publish package
@@ -15,6 +18,6 @@ jobs:
15
18
# Currently, only npm supports publishing packages with provenance
16
19
# https://docs.npmjs.com/generating-provenance-statements
17
20
run: |
- npm install
21
+ npm install --force
22
npm run build:docs & npm run build:lib
23
npm publish --provenance --access public
0 commit comments