Skip to content

Commit

Permalink
Add quotes around the date (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Neil Enns <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
neilenns and Neil Enns authored Jan 11, 2022
1 parent dccef80 commit 70ff650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 70ff650

Please sign in to comment.