wrap _this_ in quotes?

This commit is contained in:
Joe Kaufeld 2022-07-22 22:27:55 -04:00
parent 19e76cdd87
commit 0c150fe115

View File

@ -30,6 +30,6 @@ jobs:
artifacts: "utils"
body: "It's releasin' time"
generateReleaseNotes: true
tag: ${SHORT_SHA}
tag: "${SHORT_SHA}"
commit: master
token: ${{ secrets.PAT }}