Skip to content

Commit 53995d1

Browse files
Allow workflow to update release.
1 parent c2b4260 commit 53995d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/LaTeX_compile.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
with:
2929
artifacts: "resume.pdf"
3030
token: ${{ secrets.GITHUB_TOKEN }}
31-
tag: resume_v1
31+
tag: resume
32+
allowUpdates: 'true'

0 commit comments

Comments
 (0)