Skip to content

Commit

Permalink
fix: Rename new_tag to tag, update ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jul 30, 2024
1 parent ce7cfeb commit b09f06d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,4 @@ jobs:
- name: 📄 Create GitHub Release
run: |
TAG_NAME="${GITHUB_REF##*/}"
gh release create "$TAG_NAME" out/${{ env.PDF_NAME }} --title "Release $TAG_NAME" --notes "Generated CV PDF for release $TAG_NAME"

0 comments on commit b09f06d

Please sign in to comment.