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

@ -175,5 +175,4 @@ jobs:
run: npm config set cafile {location of ca-cert.pem}
- name: Publish to registry
run: npm publish --scope=@{scope} --registry=${{github.SERVER_URL}}/api/packages/{owner}/npm/
```
```