diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ae875a..3e49c10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh release create --target $GITHUB_REF_NAME \ - --title "Version $VERSION" \ + --title "Release v$VERSION-alpha" \ --notes-file /tmp/release-notes.txt \ v$VERSION