From 412721c22c14ce5e8f7199e963b24a7fb7bba725 Mon Sep 17 00:00:00 2001 From: Yuna Seol Date: Thu, 26 Feb 2026 17:03:51 -0500 Subject: [PATCH] [Do not submit] delete prepare-github-release --- .github/actions/publish-release/action.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/actions/publish-release/action.yml b/.github/actions/publish-release/action.yml index 5c74524ddb..add313866e 100644 --- a/.github/actions/publish-release/action.yml +++ b/.github/actions/publish-release/action.yml @@ -134,14 +134,6 @@ runs: run: | npm run bundle - # TODO: Refactor this github specific publishing script to be generalized based upon inputs. - - name: '📦 Prepare for GitHub release' - if: "inputs.npm-registry-url == 'https://npm.pkg.github.com/'" - working-directory: '${{ inputs.working-directory }}' - shell: 'bash' - run: | - node ${{ github.workspace }}/scripts/prepare-github-release.js - - name: 'Configure npm for publishing to npm' uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' with: