Update release workflow for version v1
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 1m1s
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 1m1s
This commit is contained in:
parent
896cf6fdb0
commit
7191176155
1 changed files with 2 additions and 4 deletions
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_latex:
|
build_latex:
|
||||||
runs-on: [docker] # Use your Forgejo runner with the 'docker' label.
|
runs-on: [docker] # Use your Forgejo runner with the 'docker' label
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
@ -73,5 +73,3 @@ jobs:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://git.leomurca.xyz
|
url: https://git.leomurca.xyz
|
||||||
repo: leomurca/resume
|
repo: leomurca/resume
|
||||||
title: "Release ${{ github.ref_name }}"
|
|
||||||
release-notes: "${{ env.commits }}"
|
|
Loading…
Add table
Reference in a new issue