Preparing to pack to create a version
This commit is contained in:
parent
9f482a4a55
commit
c5f9857a6f
5 changed files with 34 additions and 34 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -110,7 +110,7 @@ jobs:
|
|||
Helm:
|
||||
runs-on: 'ubuntu-latest'
|
||||
needs: Build
|
||||
# if: github.ref == 'refs/heads/master'
|
||||
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
|
||||
env:
|
||||
DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}'
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue