Skip to content

Commit

Permalink
Update latex_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecancio authored Nov 27, 2023
1 parent d312ba5 commit d9b370c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/latex_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Create Release
run: |
echo "BUILD_DATE=$(date +'%d-%b-%Y')" >> $GITHUB_ENV
mv article/main.pdf article/artigo_versao_$DAY_OF_WEEK.pdf
mv article/main.pdf article/artigo.pdf
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Artigo Versao ${{ env.BUILD_DATE }}"
title: "Artigo Versao ${{ env.BUILD_DATE }}"
files: |
article/*.pdf
article/artigo.pdf

0 comments on commit d9b370c

Please sign in to comment.