Actualizar .github/workflows/publish-gitea.yml
This commit is contained in:
4
.github/workflows/publish-gitea.yml
vendored
4
.github/workflows/publish-gitea.yml
vendored
@@ -1,6 +1,3 @@
|
||||
Claro, aplica lo mismo que funcionó para `sigpro-ui`:
|
||||
|
||||
```yaml
|
||||
name: Publicar Paquete SigPro (NPM)
|
||||
|
||||
on:
|
||||
@@ -41,4 +38,3 @@ jobs:
|
||||
REGISTRY="gitea:3333/api/packages/natxocc/npm/"
|
||||
echo "//${REGISTRY}:_authToken=${{ secrets.PACK_TOKEN }}" > ~/.npmrc
|
||||
npm publish --registry "http://${REGISTRY}" --userconfig ~/.npmrc
|
||||
```
|
||||
Reference in New Issue
Block a user