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