From f8141d2a5d4503fe0d0f63c827681a5f5d4b8630 Mon Sep 17 00:00:00 2001 From: Anurag Rajawat Date: Wed, 13 May 2026 15:08:51 +0530 Subject: [PATCH] Update actions_release.yml --- .github/workflows/actions_release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 }}"