From a9045c87cd4a1b45740de0438ed3390e1e420a3e Mon Sep 17 00:00:00 2001 From: Suyog Jadhav Date: Sat, 31 Aug 2024 00:31:42 +0530 Subject: [PATCH] update workflow --- .github/workflows/npm-publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index be7fc72..ce24f09 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -26,7 +26,7 @@ jobs: uses: codecov/test-results-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} - + publish-npm: needs: build runs-on: ubuntu-latest @@ -40,7 +40,6 @@ jobs: - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} - publish-github-package: needs: build runs-on: ubuntu-latest @@ -53,4 +52,4 @@ jobs: - run: npm ci - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}} \ No newline at end of file