Skip to content

Commit

Permalink
Update npm.dist-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Oppitz committed Nov 1, 2020
1 parent ceb845d commit 0dd1c31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm.dist-tag.yml
Expand Up @@ -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

0 comments on commit 0dd1c31

Please sign in to comment.