wrap _this_ in quotes?
This commit is contained in:
parent
19e76cdd87
commit
0c150fe115
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_release.yml
vendored
2
.github/workflows/build_and_release.yml
vendored
|
@ -30,6 +30,6 @@ jobs:
|
||||||
artifacts: "utils"
|
artifacts: "utils"
|
||||||
body: "It's releasin' time"
|
body: "It's releasin' time"
|
||||||
generateReleaseNotes: true
|
generateReleaseNotes: true
|
||||||
tag: ${SHORT_SHA}
|
tag: "${SHORT_SHA}"
|
||||||
commit: master
|
commit: master
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue