Skip to content

Commit 527ed4e

Browse files
authored
chore: fix release workflow (#6373)
## ๐Ÿ“„ Description Provenance must be set to `true` in order to publish on npm without a token. --- ## ๐Ÿ”ฎ Design review - [ ] Design review done - [x] No design review needed ## ๐Ÿ“ Checklist - โœ… My code follows the style guidelines of this project - ๐Ÿ› ๏ธ I have performed a self-review of my own code - ๐Ÿ“„ I have made corresponding changes to the documentation - โš ๏ธ My changes generate no new warnings or errors - ๐Ÿงช I have added tests that prove my fix is effective or that my feature works - โœ”๏ธ New and existing unit tests pass locally with my changes
1 parent 8e31461 commit 527ed4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

โ€Ž.github/workflows/release.yamlโ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.SWISSPOSTDEVS_ACCESS_TOKEN }}
54+
NPM_CONFIG_PROVENANCE: true
5455
with:
5556
title: 'chore(changesets): ๐Ÿฆ‹๐Ÿ“ฆ publish packages (${{ github.ref_name }})'
5657
commit: 'chore(changesets): publish packages'

0 commit comments

Comments
ย (0)