From d2edc698d065e24fb0946e5dba72633ed0de512e Mon Sep 17 00:00:00 2001 From: natxocc Date: Mon, 27 Apr 2026 20:32:23 +0200 Subject: [PATCH] Actualizar .github/workflows/publish-gitea.yml --- .github/workflows/publish-gitea.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-gitea.yml b/.github/workflows/publish-gitea.yml index 06337a9..0752340 100644 --- a/.github/workflows/publish-gitea.yml +++ b/.github/workflows/publish-gitea.yml @@ -1,11 +1,17 @@ +name: Publicar Paquete SigProUI (NPM) + +on: + workflow_dispatch: + push: + tags: + - 'v*' + jobs: publish: runs-on: ubuntu-latest container: image: node:20-bullseye - options: >- - --dns 192.168.1.1 - --add-host gitea:host-gateway + options: --dns 192.168.1.1 --add-host gitea:host-gateway steps: - name: Checkout código