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 1ac18a9 commit d312ba5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/latex_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ jobs:
- name: Create Release
run: |
echo "BUILD_DATE=$(date +'%d-%b-%Y')" >> $GITHUB_ENV
mv article/main.pdf article/artigo_versao_$BUILD_DATE.pdf
mv article/main.pdf article/artigo_versao_$DAY_OF_WEEK.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 }}"
files: |
*.pdf
article/*.pdf
article/artigo_versao_*.pdf

0 comments on commit d312ba5

Please sign in to comment.