diff --git a/.github/workflows/artifacts-publish.yml b/.github/workflows/artifacts-publish.yml index 9658d07a..efb30506 100644 --- a/.github/workflows/artifacts-publish.yml +++ b/.github/workflows/artifacts-publish.yml @@ -60,4 +60,5 @@ jobs: npm publish --tag alpha --access public else npm publish --tag latest --access public - fi \ No newline at end of file + fi + \ No newline at end of file