actualizacion
This commit is contained in:
@@ -4,6 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*' # Se activa solo con tags como v1.0.0, v2.1.3, etc.
|
- 'v*' # Se activa solo con tags como v1.0.0, v2.1.3, etc.
|
||||||
|
env:
|
||||||
|
GITEA_SERVER_URL: https://gitea.danielarroyo.cl
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -32,6 +34,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # necesario para git describe
|
fetch-depth: 0 # necesario para git describe
|
||||||
|
server_url: ${{ env.GITEA_SERVER_URL }}
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user