Skip to content

Commit

Permalink
Merge pull request #41 from DaoCloud/dump-version-1.1.0-beta.2
Browse files Browse the repository at this point in the history
fix release bug
  • Loading branch information
yankay authored Jul 12, 2022
2 parents 148ea1f + 9d4b032 commit 3e2e8d4
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 3e2e8d4

Please sign in to comment.