From 35698886097596713c02b0fc05eea74fd4e25f53 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 26 Jan 2023 05:58:59 -0800 Subject: [PATCH] Specify custom root to @k8slens/core package directory (#7018) Signed-off-by: Sebastian Malton Signed-off-by: Sebastian Malton --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 911a103728..3b3f5270ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,8 +21,8 @@ jobs: - uses: butlerlogic/action-autotag@stable id: tagger with: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - tag_prefix: "v" + tag_prefix: v + root: /packages/core - uses: ncipollo/release-action@v1 if: ${{ steps.tagger.outputs.tagname != '' }} with: