diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index ecf0e13a0..7f1b2a044 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -47,7 +47,7 @@ jobs: - name: Build and Publish run: | cd packages/${{ github.event.inputs.packageName }} - yarn npm publish --new-version ${{ github.event.inputs.version }} --access public --non-interactive --no-git-tag-version + yarn npm publish --tag ${{ github.event.inputs.version }} --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}