diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e7c015..71a8d23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: with: include: ".*.kicad_pcb" find: "%%date%%" - replace: ${{ steps.date.outputs.date }} + replace: '"${{ steps.date.outputs.date }}"' # Actually run KiBot to generate all the files. The KiBot script used is # in the .kibot/release.kibot.yaml folder.