We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2fd5a commit 412721cCopy full SHA for 412721c
.github/actions/publish-release/action.yml
@@ -134,14 +134,6 @@ runs:
134
run: |
135
npm run bundle
136
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
-
145
- name: 'Configure npm for publishing to npm'
146
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020'
147
with:
0 commit comments