From e4b21eb2c1062d4b3be3eef8e7dbad5ee1681375 Mon Sep 17 00:00:00 2001 From: natxocc Date: Mon, 27 Apr 2026 20:31:10 +0200 Subject: [PATCH] Actualizar .github/workflows/publish-gitea.yml --- .github/workflows/publish-gitea.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-gitea.yml b/.github/workflows/publish-gitea.yml index 5bf19fd..06337a9 100644 --- a/.github/workflows/publish-gitea.yml +++ b/.github/workflows/publish-gitea.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout código uses: actions/checkout@v4 env: - GIT_CONFIG_PARAMETERS: "'url.http://gitea:3000/.insteadOf=https://git.natxocc.com/'" + GIT_CONFIG_PARAMETERS: "'url.http://gitea:3333/.insteadOf=https://git.natxocc.com/'" - name: Instalar Bun run: | @@ -21,13 +21,13 @@ jobs: - name: Instalar y Build run: | export PATH="$HOME/.bun/bin:$PATH" - git config --global url."http://gitea:3000/".insteadOf "https://git.natxocc.com/" + git config --global url."http://gitea:3333/".insteadOf "https://git.natxocc.com/" bun install bun run build - name: Configurar Registro y Publicar run: | export PATH="$HOME/.bun/bin:$PATH" - REGISTRY="gitea:3000/api/packages/natxocc/npm/" + 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