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:
parent
1182682c01
commit
3569888609
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user