diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index d9623f3..3c48c41 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -45,7 +45,8 @@ jobs: - run: npm whoami - - run: | + - name: Publish to NPM + run: | cd dist/packages/${{ matrix.packages_to_publish }} npm version ${{ github.event.release.tag_name }} --no-git-tag-version - npm publish --access public --dry-run + npm publish --access public