diff --git a/.github/workflows/publish-wasm.yml b/.github/workflows/publish-wasm.yml index f0367d6df..95a86a0c4 100644 --- a/.github/workflows/publish-wasm.yml +++ b/.github/workflows/publish-wasm.yml @@ -13,11 +13,6 @@ on: options: - Release - Dry Run - npm_publish: - description: "Publish to NPM registry" - required: true - default: true - type: boolean version: description: "Release Version" required: false @@ -68,7 +63,6 @@ jobs: name: Publish NPM runs-on: ubuntu-22.04 needs: setup - if: inputs.npm_publish env: _VERSION: ${{ needs.setup.outputs.release-version }} steps: @@ -141,4 +135,4 @@ jobs: with: token: "${{ secrets.GITHUB_TOKEN }}" state: "failure" - deployment-id: ${{ steps.deployment.outputs.deployment_id }} \ No newline at end of file + deployment-id: ${{ steps.deployment.outputs.deployment_id }}