Skip to content

Commit

Permalink
update github publish npm action
Browse files Browse the repository at this point in the history
  • Loading branch information
VoloshchenkoAl committed Jul 25, 2020
1 parent 374ed49 commit dca5d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js Package
name: Publish npm package

on:
release:
Expand All @@ -16,7 +16,7 @@ jobs:
- run: npm run lint

publish-npm:
needs: build
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit dca5d55

Please sign in to comment.