diff --git a/.github/workflows/publish-gitea.yml b/.github/workflows/publish-gitea.yml index 56ba6e8..5bf19fd 100644 --- a/.github/workflows/publish-gitea.yml +++ b/.github/workflows/publish-gitea.yml @@ -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