1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Specify custom root to @k8slens/core package directory

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-26 08:58:28 -05:00
parent 06a930db57
commit 0d457f00ef

View File

@ -21,8 +21,8 @@ jobs:
- uses: butlerlogic/action-autotag@stable - uses: butlerlogic/action-autotag@stable
id: tagger id: tagger
with: with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" tag_prefix: v
tag_prefix: "v" root: /packages/core
- uses: ncipollo/release-action@v1 - uses: ncipollo/release-action@v1
if: ${{ steps.tagger.outputs.tagname != '' }} if: ${{ steps.tagger.outputs.tagname != '' }}
with: with: