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 (#7018)

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-26 05:58:59 -08:00 committed by GitHub
parent 1182682c01
commit 3569888609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: