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 }}