From 293a4abbc2217f9300b72378a2428fb605c2e87f Mon Sep 17 00:00:00 2001 From: Tarsis Date: Sun, 30 Jun 2024 12:38:13 -0300 Subject: [PATCH] Updating app files --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index cef6b2a..5f0d6ac 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -20,6 +20,6 @@ jobs: node-version: '20' registry-url: 'https://registry.npmjs.org/' - - run: npm publish + - run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.npm_token }}