We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aae46e commit 5f444f4Copy full SHA for 5f444f4
.github/workflows/release-pdf.yml
@@ -22,11 +22,7 @@ jobs:
22
- name: Convert Org to PDF
23
run: emacs --batch -q --eval '(progn (find-file "workout-plan.org") (org-latex-export-to-pdf))'
24
- name: Create Release
25
- uses: "marvinpinto/action-automatic-releases@latest"
+ uses: softprops/action-gh-release@v2
26
+ if: startsWith(github.ref, 'refs/tags/')
27
with:
- repo_token: "${{ secrets.GITHUB_TOKEN }}"
28
- automatic_release_tag: "latest"
29
- prerelease: true
30
- title: "Development Build"
31
- files: |
32
- workout-plan.pdf
+ files: workout-plan.txt
0 commit comments