From 191b5f0636bfa08758a67d1c577feb63fc04a82c Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 16 Sep 2024 20:30:31 +0200 Subject: [PATCH] enable provenance --- .github/workflows/release-beta.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index fad124779..72bdd79d4 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -57,4 +57,5 @@ jobs: title: "[ci] release" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_CONFIG_PROVENANCE: true \ No newline at end of file