why doesn't this work

This commit is contained in:
Joe Kaufeld 2022-07-22 22:39:03 -04:00
parent 0c150fe115
commit 4aabab7eb3

View File

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