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: