release + html 2
This commit is contained in:
parent
36c2a5a228
commit
379f817e1e
1 changed files with 5 additions and 1 deletions
|
|
@ -22,12 +22,16 @@ jobs:
|
||||||
chmod +x convertir.sh
|
chmod +x convertir.sh
|
||||||
./convertir.sh
|
./convertir.sh
|
||||||
|
|
||||||
|
- name: Obtener última tag
|
||||||
|
run: |
|
||||||
|
TAG=$(git describe --tags --abbrev=0)
|
||||||
|
echo "TAG=${TAG}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Crear release
|
- name: Crear release
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
TAG="${GITHUB_REF_NAME}"
|
TAG="${env.TAG}"
|
||||||
|
|
||||||
JSON_PAYLOAD=$(cat <<EOF
|
JSON_PAYLOAD=$(cat <<EOF
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue