Skip to content

Commit 5f444f4

Browse files
committed
feat: updated github action
1 parent 0aae46e commit 5f444f4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/release-pdf.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ jobs:
2222
- name: Convert Org to PDF
2323
run: emacs --batch -q --eval '(progn (find-file "workout-plan.org") (org-latex-export-to-pdf))'
2424
- name: Create Release
25-
uses: "marvinpinto/action-automatic-releases@latest"
25+
uses: softprops/action-gh-release@v2
26+
if: startsWith(github.ref, 'refs/tags/')
2627
with:
27-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
28-
automatic_release_tag: "latest"
29-
prerelease: true
30-
title: "Development Build"
31-
files: |
32-
workout-plan.pdf
28+
files: workout-plan.txt

0 commit comments

Comments
 (0)