Skip to content

Commit a6c64bb

Browse files
CD: Fix Node CD delete artifact issue (#4717)
Signed-off-by: James Xin <james.xin@improving.com>
1 parent 60a3b36 commit a6c64bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/npm-cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ jobs:
447447
uses: geekyeggo/delete-artifact@v2
448448
with:
449449
name: |
450-
npm-packages-${{ github.run_id }}
451450
artifacts-*
452451
js-files-${{ github.run_id }}
453452
@@ -550,7 +549,6 @@ jobs:
550549
uses: geekyeggo/delete-artifact@v2
551550
with:
552551
name: |
553-
npm-packages-${{ github.run_id }}
554552
bindings-*
555553
js-files-${{ github.run_id }}
556554

0 commit comments

Comments
 (0)