how do you reference this variable
This commit is contained in:
parent
11567eb6db
commit
732976d9d7
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
|
@ -27,5 +27,5 @@ jobs:
|
|||
artifacts: "utils"
|
||||
body: "It's releasin' time"
|
||||
generateReleaseNotes: true
|
||||
commit: ${{ env.GITHUB_SHA }}
|
||||
commit: $GITHUB_SHA
|
||||
token: ${{ secrets.PAT }}
|
||||
|
|
Loading…
Add table
Reference in a new issue