Skip to content

Commit

Permalink
remove commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Leuveld committed Jan 9, 2024
1 parent 4e99406 commit dec1733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: congogbv.tex

- name: Rename file
run: mv congogbv.pdf "Sexual violence, conflict, and female empowerment ${{ steps.date.outputs.date }}.pdf"
run: mv congogbv.pdf "Sexual violence conflict and female empowerment ${{ steps.date.outputs.date }}.pdf"

- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "Sexual violence, conflict, and female empowerment ${{ steps.date.outputs.date }}.pdf"
artifacts: "Sexual violence conflict and female empowerment ${{ steps.date.outputs.date }}.pdf"
bodyFile: .github/workflows/release_info.md

0 comments on commit dec1733

Please sign in to comment.