diff --git a/.github/workflows/repo.yml b/.github/workflows/repo.yml index 29b36895..e0a4bf64 100644 --- a/.github/workflows/repo.yml +++ b/.github/workflows/repo.yml @@ -140,5 +140,6 @@ jobs: - name: Publish to npm run: | + npm version $NEW_VERSION --no-git-tag-version npm publish --tag dev - npm version $NEW_VERSION --no-git-tag-version \ No newline at end of file + \ No newline at end of file