Skip to content

Commit 09b5bf7

Browse files
committed
build: fix release pipeline
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 75fa2d7 commit 09b5bf7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,6 @@ jobs:
109109
--provenance
110110
--access public
111111
--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
123112
124113
release-GH:
125114
needs:

0 commit comments

Comments
 (0)