From c9c1ab8c272e27ac4b675c8f29b00b6294dd6743 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Mon, 7 Oct 2024 16:39:46 -0400 Subject: [PATCH] Fix tag_name --- .github/workflows/ci.yml | 1 + version.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e266764..5a6d789 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,6 +158,7 @@ jobs: - uses: softprops/action-gh-release@v2 with: draft: false + tag_name: v${{ steps.version.outputs.version }} prerelease: ${{ contains(steps.version.outputs.version, '-') }} name: ChRIS Clients - version ${{ steps.version.outputs.version }} body: | diff --git a/version.txt b/version.txt index 3fc3728..4450b18 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.1-alpha.2 +0.0.1-alpha.3