Skip to content

Commit

Permalink
fix: needs jobs name
Browse files Browse the repository at this point in the history
  • Loading branch information
swfz committed Oct 24, 2019
1 parent 63eb269 commit 3f8849e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

publish:
runs-on: ubuntu-latest
needs: [build, lint, prettier]
needs: [build-app, build-lib, lint, prettier]

strategy:
matrix:
Expand Down

0 comments on commit 3f8849e

Please sign in to comment.