Actualizar .github/workflows/publish-gitea.yml

This commit is contained in:
2026-04-27 20:30:15 +02:00
parent ff8cb95e87
commit bd3beb4180

View File

@@ -1,19 +1,11 @@
name: Publicar Paquete SigProUI (NPM)
on:
workflow_dispatch:
push:
tags:
- 'v*'
jobs:
publish:
runs-on: ubuntu-latest
container:
image: node:20-bullseye
options: >-
--network gitea_net
--dns 192.168.1.1
--add-host gitea:host-gateway
steps:
- name: Checkout código