Skip to content

Commit

Permalink
feat: better release name
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoMagnini committed Nov 28, 2024
1 parent b6cfb13 commit dab6084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: '${{ steps.bump-version.outputs.new_tag }}-${{ steps.current-time.outputs.time }}'
release_name: Release '${{ steps.bump-version.outputs.new_tag }}-${{ steps.current-time.outputs.time }}'
release_name: '${{ env.PAPER_BASE_NAME }}-${{ steps.bump-version.outputs.new_tag }}-${{ steps.current-time.outputs.time }}'

- name: Upload Release Asset
id: upload-release-asset-cv
Expand Down

0 comments on commit dab6084

Please sign in to comment.