Skip to content

Commit

Permalink
fix(release): missing helm-docs during semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
borisrizov-zf committed Dec 15, 2023
1 parent af21034 commit 8f4d7f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
with:
node-version: 18 # Replace with your desired Node.js version

# setup helm-docs as it is needed during semantic-release
- uses: gabe565/setup-helm-docs-action@v1
if: github.event_name != 'pull_request'

- name: Run semantic release
if: github.event_name != 'pull_request'
env:
Expand Down

0 comments on commit 8f4d7f4

Please sign in to comment.