Skip to content

Commit

Permalink
Fixed release step for PDF check
Browse files Browse the repository at this point in the history
  • Loading branch information
flavienbwk committed Nov 12, 2023
1 parent 7b2db59 commit 68f6836
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

- name: Get FR text from book
run: |
pdftotext ./book.pdf
pdftotext ./book-fra.pdf
- name: Get FR text from book
run: |
Expand All @@ -159,7 +159,7 @@ jobs:

- name: Get EN text from book
run: |
pdftotext ./book.pdf
pdftotext ./book-eng.pdf
- name: Get EN text from book
run: |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0-beta-4
1.1.0-beta-5

0 comments on commit 68f6836

Please sign in to comment.