Actualizar .github/workflows/publish-gitea.yml
This commit is contained in:
12
.github/workflows/publish-gitea.yml
vendored
12
.github/workflows/publish-gitea.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user