From c8e61b2de7f03ffeeb9f22f30deb5f3ca09b5c4f Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Fri, 21 Jul 2023 17:16:26 +0800 Subject: [PATCH] chore(ci): update cicd Signed-off-by: Chawye Hsu --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2db3f47..d11ad88 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -32,6 +32,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} release-type: rust + path: crates/hok outputs: release_created: ${{ steps.release.outputs.release_created }} tag_name: ${{ steps.release.outputs.tag_name }}