mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-26 05:30:40 +03:00
linter informed formatting change
The linter did not like the previous unnecessarily multi-line formatting or a comment.
This commit is contained in:
parent
c15ce61542
commit
8f28c97d38
1 changed files with 2 additions and 5 deletions
|
@ -173,10 +173,7 @@ jobs:
|
|||
#WARNING: This will override the default CA settings (null == only use known CAs) and prevent npm from communicating with the public npm registry
|
||||
# To reverse this, use: npm config set cafile=
|
||||
run: npm config set cafile {location of ca-cert.pem}
|
||||
- name:
|
||||
Publish to registry
|
||||
# if --access=restricted: Error: Can't restrict access to unscoped packages
|
||||
run: |
|
||||
npm publish --scope=@{scope} --registry=${{github.SERVER_URL}}/api/packages/{owner}/npm/
|
||||
- name: Publish to registry
|
||||
run: npm publish --scope=@{scope} --registry=${{github.SERVER_URL}}/api/packages/{owner}/npm/
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue