Skip to content

Commit

Permalink
Update typst.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLostLambda authored Aug 13, 2024
1 parent 2050824 commit 29a91ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/typst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ jobs:
- name: Compile to PDF
run: typst compile main.typ "A Practical Guide to Protein Redesign.pdf"

- name: Generate Release Tag
id: generate_release_tag
uses: amitsingh-007/[email protected]
with:
tag_prefix: 'v'
tag_template: 'yyyy.mm.dd.i'

- name: Publish PDFs in Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.generate_release_tag.outputs.next_release_tag }}
files: "*.pdf"

0 comments on commit 29a91ed

Please sign in to comment.