Skip to content

Commit a8e1f63

Browse files
authored
Merge branch 'main' into middleware-cookies
2 parents bc25218 + 814d059 commit a8e1f63

File tree

6 files changed

+1783
-2216
lines changed

6 files changed

+1783
-2216
lines changed

.github/workflows/release-please.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ permissions:
88
contents: write
99
pull-requests: write
1010
issues: write
11+
id-token: write
1112

1213
jobs:
1314
release-please:
@@ -35,7 +36,7 @@ jobs:
3536
- name: Build
3637
run: npm run build
3738
if: ${{ steps.release.outputs.release_created }}
38-
- run: npm publish
39+
- run: npm publish --provenance
3940
if: ${{ steps.release.outputs.release_created }}
4041
env:
4142
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)