diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 4407feaf..e113a49d 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -217,6 +217,6 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} automatic_release_tag: "v${{needs.build.outputs.version}}" prerelease: true - title: "Release v${{needs.build.outputs.version}}" + title: "v${{needs.build.outputs.version}}" files: | /tmp/artifacts/*.whl