diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee5bf7b..033a7aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,7 @@ jobs: - name: Publish to NPM run: | + echo github, wake up npm --no-git-tag-version version ${{ env.RELEASE_VERSION }} npm publish --access public env: