From 5beb0e7e8fdcdb34b01741a3f5ad0bfae915d5f3 Mon Sep 17 00:00:00 2001 From: Stephen Wen Date: Wed, 2 Oct 2024 00:10:11 -0700 Subject: [PATCH] fix: remove not needed inputs --- .github/workflows/release_library.yml | 5 ----- .github/workflows/verify_library.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/release_library.yml b/.github/workflows/release_library.yml index 26aea62..a7b0770 100644 --- a/.github/workflows/release_library.yml +++ b/.github/workflows/release_library.yml @@ -39,11 +39,6 @@ on: default: 'SLACK_WEBHOOK_PLATFORM_PROD' required: false type: string - PACKAGE_MANAGER: - default: yarn-berry - required: false - type: string - description: 'Deprecated - Will be removed in a future version' secrets: NPM_PUBLISH_TOKEN: diff --git a/.github/workflows/verify_library.yml b/.github/workflows/verify_library.yml index 3306e26..6bc8567 100644 --- a/.github/workflows/verify_library.yml +++ b/.github/workflows/verify_library.yml @@ -55,11 +55,6 @@ on: default: 'SLACK_WEBHOOK_PLATFORM_NONPROD' required: false type: string - PACKAGE_MANAGER: - default: yarn-berry - required: false - type: string - description: 'Deprecated - Will be removed in a future version' secrets: NPM_READ_TOKEN: