Skip to content

Commit

Permalink
fix: add updater typhoon-web chart
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jul 3, 2024
1 parent 78358ca commit a648f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- run: |
go run internal/tools/updater/main.go --file helm/charts/typhoon/Chart.yaml --version ${{ env.RELEASE_VERSION }}
go run internal/tools/updater/main.go --file helm/charts/typhoon-accounting/Chart.yaml --version ${{ env.RELEASE_VERSION }}
go run internal/tools/updater/main.go --file helm/charts/typhoon-web/Chart.yaml --version ${{ env.RELEASE_VERSION }}
- uses: azure/setup-helm@v4
with:
version: v3.11.2
Expand Down

0 comments on commit a648f86

Please sign in to comment.