diff --git a/.github/workflows/publish-gitea.yml b/.github/workflows/publish-gitea.yml index 7b41524..b491fbe 100644 --- a/.github/workflows/publish-gitea.yml +++ b/.github/workflows/publish-gitea.yml @@ -1,6 +1,3 @@ -Claro, aplica lo mismo que funcionó para `sigpro-ui`: - -```yaml name: Publicar Paquete SigPro (NPM) on: @@ -40,5 +37,4 @@ jobs: export PATH="$HOME/.bun/bin:$PATH" REGISTRY="gitea:3333/api/packages/natxocc/npm/" echo "//${REGISTRY}:_authToken=${{ secrets.PACK_TOKEN }}" > ~/.npmrc - npm publish --registry "http://${REGISTRY}" --userconfig ~/.npmrc -``` \ No newline at end of file + npm publish --registry "http://${REGISTRY}" --userconfig ~/.npmrc \ No newline at end of file