Skip to content

Commit

Permalink
Merge pull request #119 from RasaHQ/fix_release
Browse files Browse the repository at this point in the history
ci: Fix the release workflow
  • Loading branch information
Tomasz Czekajlo authored Jan 8, 2021
2 parents f3feda8 + 2786b9c commit 9bb2cf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Configure Git
run: |
Expand All @@ -19,8 +21,7 @@ jobs:
# See https://github.com/helm/chart-releaser-action/issues/6
- name: Install Helm
run: |
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
uses: azure/setup-helm@v1

- name: Add dependency chart repos
run: |
Expand Down

0 comments on commit 9bb2cf9

Please sign in to comment.