remove extra lines at end of file

This commit is contained in:
justknow 2025-04-02 11:54:23 +00:00 committed by Gusted
parent 8f28c97d38
commit 957435571d

View file

@ -176,4 +176,3 @@ jobs:
- name: Publish to registry
run: npm publish --scope=@{scope} --registry=${{github.SERVER_URL}}/api/packages/{owner}/npm/
```