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 a80d2ef commit 6da400c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/latex_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
- name: Create Release
run: |
echo "BUILD_DATE=$(date +'%d-%b-%Y')" >> $GITHUB_ENV
echo "COMPLETE_BUILD_DATE=$(date +'%d-%b-%Y_%T')" >> $GITHUB_ENV
mv article/main.pdf article/artigo.pdf
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ env.BUILD_DATE }}"
automatic_release_tag: "${{ env.COMPLETE_BUILD_DATE }}"
prerelease: false
title: "Artigo Versao ${{ env.BUILD_DATE }}"
files: |
Expand Down

0 comments on commit 6da400c

Please sign in to comment.