chore: set provenance npm config flag

This commit is contained in:
Antonella Sgarlatta
2026-02-07 14:07:46 -03:00
parent 23500f7b38
commit 6aa8e261d5

View File

@@ -148,6 +148,8 @@ jobs:
name: Publish to NPM
if: "${{ contains(github.event.head_commit.message, 'chore(release): publish') == false }}"
runs-on: ubuntu-latest
env:
NPM_CONFIG_PROVENANCE: true
steps:
- name: Checkout code
uses: actions/checkout@v3