Skip to content

Commit

Permalink
fix: fix release pipeline (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Oct 31, 2023
1 parent a64b07e commit 5660888
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
echo "CR_PASSPHRASE_FILE=$SIGNING_KEY_PASSPHRASE_PATH" >> "$GITHUB_ENV"
echo "CR_KEYRING=$SIGNING_KEY_PATH" >> "$GITHUB_ENV"
- name: Add Keptn chart repo
run: helm repo add keptn https://charts.lifecycle.keptn.sh

- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 5660888

Please sign in to comment.