From e1a2376e58eb91889d7b102aaa6c415cf7b49ef1 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Wed, 26 Jul 2023 11:03:56 +0800 Subject: [PATCH] feat: move to v0.1.0-beta.1 Signed-off-by: Chawye Hsu --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 02108cb..56d8c4d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -81,7 +81,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} release-type: rust - release-as: 0.1.0-alpha.3 + release-as: 0.1.0-beta.1 outputs: release_created: ${{ steps.release.outputs.release_created }} tag_name: ${{ steps.release.outputs.tag_name }}