From 8324e8b0057d30286ba10984cc00effe05fc2fbb Mon Sep 17 00:00:00 2001 From: Tarsis Date: Sat, 11 May 2024 12:11:11 -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 a2c1b41..1682b41 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/setup-node@v3 with: registry-url: https://registry.npmjs.org/ - - run: npm publish --access public + - run: npm publish # --access public env: NODE_AUTH_TOKEN: ${{ secrets.npm_token }}