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 ef17bef commit 9f07a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latex_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
working_directory: article/
continue_on_error: true
- name: Rename file
run: echo "BUILD_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV \
run: echo "BUILD_DATE=$(date +'%Y-%M-%d')" >> $GITHUB_ENV \
&& mv article/main.pdf article/artigo_versao_${{ env.BUILD_DATE }}.pdf
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 9f07a51

Please sign in to comment.