We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fa2d7 commit 09b5bf7Copy full SHA for 09b5bf7
.github/workflows/release.yml
@@ -109,17 +109,6 @@ jobs:
109
--provenance
110
--access public
111
--tag "$NPMJS_RELEASE_TAG"
112
- - name: pack release result
113
- run: |
114
- mkdir -p "$PACKED_DIR"
115
- npm pack --pack-destination "$PACKED_DIR"
116
- - name: artifact release result
117
- # see https://github.com/actions/upload-artifact
118
- uses: actions/upload-artifact@v6
119
- with:
120
- name: ${{ env.PACKED_ARTIFACT }}
121
- path: ${{ env.PACKED_DIR }}/
122
- if-no-files-found: error
123
124
release-GH:
125
needs:
0 commit comments