From 1d8a539640c07705426d3d54df5aad1fdbbd6eb7 Mon Sep 17 00:00:00 2001 From: Federico Negri Date: Mon, 4 Dec 2023 08:35:51 +0100 Subject: [PATCH] Update automatic release name --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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