From f950821c2cbae2ba8cb79516908def2a13a374ba Mon Sep 17 00:00:00 2001 From: Manuel Serret Date: Sat, 19 Oct 2024 10:46:14 +0200 Subject: [PATCH] Revert "chore: remove provenance (#110)" This reverts commit 53bca8aac758b439e1ccc31a86f9bda771060378. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c90a514fb..43a766241 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,4 +42,5 @@ jobs: publish: pnpm changeset:publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_CONFIG_PROVENANCE: true NPM_TOKEN: ${{ secrets.NPM_TOKEN }}