File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 RELEASE_NOTES : ${{ steps.changelog.outputs.content }}
4040 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4141 shell : bash
42- run : gh release create --draft --verify-tag --latest --notes "$RELEASE_NOTES" "RELEASE_TAG"
42+ run : gh release create --draft --verify-tag --latest --notes "${ RELEASE_NOTES} " "${ RELEASE_TAG} "
4343
4444 build :
4545 name : Build boil
8282 env :
8383 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8484 shell : bash
85- run : gh release upload "RELEASE_TAG" boil-${{ matrix.targets.target }}
85+ run : gh release upload "${ RELEASE_TAG} " boil-${{ matrix.targets.target }}
8686
8787 finish-release :
8888 needs : [build]
9696 env :
9797 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9898 shell : bash
99- run : gh release edit --draft=false "$RELEASE_TAG"
99+ run : gh release edit --draft=false "${ RELEASE_TAG} "
You can’t perform that action at this time.
0 commit comments