From e299a1e26bb089a5fdb43a513a00b2acc478cfc8 Mon Sep 17 00:00:00 2001 From: Jeevitha P Date: Wed, 27 Mar 2024 14:19:22 +0530 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea8f78b..efd9db6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,6 @@ jobs: with: tag: 'v${{ steps.package-version.outputs.current-version }}' body: '${{ steps.parse-changelog.outputs.body }}' - - run: npm publish --access public --dry - env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} \ No newline at end of file + # - run: npm publish --access public --dry + # env: + # NODE_AUTH_TOKEN: ${{secrets.npm_token}} \ No newline at end of file