diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index d7eb27a..451926f 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -117,5 +117,5 @@ jobs: - name: 📄 Create GitHub Release run: | - gh release create "$TAG_NAME" out/${{ env.PDF_NAME }} --title "Release $TAG_NAME" --notes "Generated CV PDF for release $TAG_NAME" + gh release create $TAG_NAME out/${{ env.PDF_NAME }} --title "Release $TAG_NAME" --notes "Generated CV PDF for release $TAG_NAME"