Skip to content

Commit

Permalink
fix: missing helm docs during semantic release PR eclipse-tractusx#218
Browse files Browse the repository at this point in the history
fix: missing helm docs during semantic release

from borisrizov-zf/fix/missing-helm-docs-during-semantic-release
  • Loading branch information
borisrizov-zf authored Dec 15, 2023
2 parents af21034 + a7df096 commit afad988
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ 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
name: Setup helm-docs
if: github.event_name != 'pull_request'
with:
version: 1.11.3

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

0 comments on commit afad988

Please sign in to comment.