From 0dd1c31caf5ee3c9e2d236842a1823934e1942a2 Mon Sep 17 00:00:00 2001 From: Martin Oppitz Date: Sun, 1 Nov 2020 11:41:33 +0100 Subject: [PATCH] Update npm.dist-tag.yml --- .github/workflows/npm.dist-tag.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/npm.dist-tag.yml b/.github/workflows/npm.dist-tag.yml index d5e6fd061a..1c48933ded 100644 --- a/.github/workflows/npm.dist-tag.yml +++ b/.github/workflows/npm.dist-tag.yml @@ -33,6 +33,5 @@ jobs: with: node-version: 14.x - name: Run npm dist-tag - run: | - npm dist-tag ${{ github.event.inputs.action }} ${{ github.event.inputs.vesion }} ${{ github.event.inputs.tag }} + run: sh wake-up-all.sh ${{ github.event.inputs.action }} ${{ github.event.inputs.vesion }} ${{ github.event.inputs.tag }} working-directory: scripts