diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 5d2ebe3..82577c3 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -122,8 +122,8 @@ jobs: token: ${{ secrets.GH_TOKEN }} # Paths to built files to be released. May be absolute or relative to \$\{\{ github.workspace \}\}. files: ${{ env.TGZ_NAME }} - # # The name of the release to be created. A reasonable looking release name will be created from the current \$\{\{ github.ref \}\} if this input is not supplied. - # release: # optional + # The name of the release to be created. A reasonable looking release name will be created from the current \$\{\{ github.ref \}\} if this input is not supplied. + release: ${{ env.ADDON_VERSION }} # # The name of the tag to be used. If not provided, the name of the release will be used. # tag: # optional # # A one-line description for both the tag and the release.