diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index acd5ae9..7252001 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -3,10 +3,6 @@ on: # release: # types: [published] workflow_dispatch: - inputs: - version: - description: "Version accepted by `npm version *`" - required: true env: EM_VERSION: 1.39.14 jobs: @@ -28,7 +24,6 @@ jobs: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - run: npm ci - - run: npm version ${{ github.event.inputs.version }} - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} \ No newline at end of file