Skip to content

Commit

Permalink
chore: Nombres más descritivo en releases
Browse files Browse the repository at this point in the history
    Plantilla para poner descripción y un nombre más descritivo en las
    releases de Github Actions.
  • Loading branch information
jesustorresdev committed Sep 25, 2021
1 parent cbf3c5d commit 8162267
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
file: output/pdf/*.pdf
tag: ${{ github.ref }}
file_glob: true
release_name: "Curso 20XX-20XY"
body: "Apuntes de sistemas operativos del curso 20XX-20XY."
overwrite: true
prerelease: true

0 comments on commit 8162267

Please sign in to comment.