Skip to content

Commit 852f85d

Browse files
committed
feat: updated github action
1 parent 8181281 commit 852f85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
emacs --batch -q --eval '(progn (find-file "workout-plan.org") (org-latex-export-to-pdf))'
2525
- name: Create GitHub Release
2626
id: create_release
27-
uses: softprops/action-gh-release@v1
27+
uses: softprops/action-gh-release@v2
2828
with:
2929
tag_name: ${{ github.ref }}
3030
files: workout-plan.pdf

0 commit comments

Comments
 (0)