mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-13 06:24:43 -05:00
Update releases
This commit is contained in:
11
.github/workflows/compile-latex.yml
vendored
11
.github/workflows/compile-latex.yml
vendored
@@ -60,6 +60,14 @@ jobs:
|
||||
cv.tex
|
||||
latexmk_use_xelatex: false
|
||||
|
||||
- name: Delete existing tag
|
||||
continue-on-error: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
git tag -d latest || true
|
||||
git push origin :refs/tags/latest || true
|
||||
|
||||
- name: Upload Public PDFs as Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
@@ -71,6 +79,9 @@ jobs:
|
||||
body: |
|
||||
Latest version of resume and CV (public version)
|
||||
prerelease: false
|
||||
draft: false
|
||||
fail_on_unmatched_files: true
|
||||
generate_release_notes: false
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user