From bd2cd8a31d063f556c61de224091250c84dec356 Mon Sep 17 00:00:00 2001 From: Vijay Sharma Date: Sun, 13 Mar 2022 10:12:02 -0400 Subject: [PATCH] Update publish command --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7cf370b..4d85fd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,9 +36,8 @@ jobs: run: | cd publish sh pack.sh - ls -lsrta cd package ls -lsrta - npm publish + npm publish *.tgz env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}