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