Skip to content

Commit 412721c

Browse files
author
Yuna Seol
committed
[Do not submit] delete prepare-github-release
1 parent 9c2fd5a commit 412721c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/actions/publish-release/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,6 @@ runs:
134134
run: |
135135
npm run bundle
136136
137-
# TODO: Refactor this github specific publishing script to be generalized based upon inputs.
138-
- name: '📦 Prepare for GitHub release'
139-
if: "inputs.npm-registry-url == 'https://npm.pkg.github.com/'"
140-
working-directory: '${{ inputs.working-directory }}'
141-
shell: 'bash'
142-
run: |
143-
node ${{ github.workspace }}/scripts/prepare-github-release.js
144-
145137
- name: 'Configure npm for publishing to npm'
146138
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020'
147139
with:

0 commit comments

Comments
 (0)