Skip to content

Commit

Permalink
Get the tag from previous step in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
maacpiash committed Dec 21, 2023
1 parent 30933be commit e718b1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
with:
root_file: ahad-resume-2024.tex
- name: Generate a release tag
id: tag
run: echo "::set-output name=release_tag::ahad_resume_$(date +"%Y.%m.%d")"
- name: Release PDF file
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
files: ahad-resume-2024.pdf

0 comments on commit e718b1b

Please sign in to comment.