Skip to content

Commit

Permalink
fixed typo in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybabb committed Oct 1, 2024
1 parent c38d7ec commit e1bcc48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Node.js CI

on:
push:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
with:
name: dist
path: ./dist

deploy:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit e1bcc48

Please sign in to comment.