Skip to content

Commit

Permalink
fix release bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay committed Jul 11, 2022
1 parent 86fc466 commit 9d4b032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Chart releaser
if: startsWith(github.ref, 'refs/tags/v') # we craft releases only for tags
run: |
bash scripts/prepare-build-env.sh
bash scripts/perpare_build_env.sh
repo=$(basename "$GITHUB_REPOSITORY")
owner=$(dirname "$GITHUB_REPOSITORY")
Expand Down

0 comments on commit 9d4b032

Please sign in to comment.