Skip to content

Commit

Permalink
fix(typo): fixed typo for main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
  • Loading branch information
niloysikdar authored and agentmilindu committed Jun 29, 2022
1 parent b5653b7 commit 504dc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
needs: [check-and-build]
steps:
- uses: actions/checkout@v2
- name: Deply and Publish package using Node.js ${{ matrix.node-version }} 🚀
- name: Deploy and Publish package using Node.js ${{ matrix.node-version }} 🚀
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 504dc69

Please sign in to comment.