does it have to be under secrets instead of env?

This commit is contained in:
Joe Kaufeld 2022-07-22 22:01:20 -04:00
parent 3e0b779396
commit b4863833eb

View File

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