diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 9b70096c46..613518335f 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -15,4 +15,4 @@ jobs: - name: npm version run: | - npm version $(inputs.version) + npm version ${{ github.event.inputs.version }}