Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
protibimbok committed Jul 3, 2023
1 parent 3c37002 commit f5055f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build and Publish
working-directory: lib
run: |
cp ../LICENCE.md ./LICENCE.md
cp ../LICENSE.md ./LICENSE.md
cp ../README.md ./README.md
pnpm install
pnpm build
Expand Down

0 comments on commit f5055f8

Please sign in to comment.