how do you reference this variable

This commit is contained in:
Joe Kaufeld 2022-07-22 21:41:08 -04:00
parent 11567eb6db
commit 732976d9d7

View File

@ -27,5 +27,5 @@ jobs:
artifacts: "utils"
body: "It's releasin' time"
generateReleaseNotes: true
commit: ${{ env.GITHUB_SHA }}
commit: $GITHUB_SHA
token: ${{ secrets.PAT }}