Skip to content

Commit

Permalink
ci: fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Dele Omotosho committed Sep 2, 2023
1 parent c471c5a commit c230ca7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/compileandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ jobs:
echo "current version: v${current_version}"
echo "next version: v${release_version}"
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: main.tex

- name: release version
run: |
sbot release version
sbot push version
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: main.tex
- name: Generate Changelog
run: git log ${{ env.CURRENT_VERSION }}..${{ env.RELEASE_VERSION }} --pretty=%s --first-parent > ${{ github.workspace }}-CHANGELOG.txt
Expand Down

0 comments on commit c230ca7

Please sign in to comment.