diff --git a/.github/workflows/actions_release.yml b/.github/workflows/actions_release.yml index 250b559..055f299 100644 --- a/.github/workflows/actions_release.yml +++ b/.github/workflows/actions_release.yml @@ -6,10 +6,6 @@ on: tag: description: "Tag for the release" required: true - script: - required: true - type: string - default: 'npm run all' node_version: description: "Specify Node.js version (e.g., '18', '20', 'lts/*')" required: false @@ -27,5 +23,4 @@ jobs: uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1 with: tag: "${{ github.event.inputs.tag }}" - script: "${{ github.event.inputs.script }}" - node_version: "${{ github.event.inputs.node_version }}" \ No newline at end of file + node_version: "${{ github.event.inputs.node_version }}"