Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 17, 2024
1 parent a9f1ff9 commit f68c674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: build_latex
if: startsWith(github.ref ,'refs/tags/v')
env:
veersionedpdf: ${{ github.repository }}-v${{ github.ref_name }}.pdf
steps:
Expand All @@ -41,8 +42,7 @@ jobs:
- name: Rename to add version
run: mv ${{ github.repository }}.pdf ${{ env.veersionedpdf}}
- name: Create Release
if: startsWith(github.ref ,'refs/tags/v')
needs: build_latex

id: create_release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit f68c674

Please sign in to comment.