Skip to content

Commit

Permalink
fix: dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jun 26, 2024
1 parent a766b7b commit d303066
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,13 @@ 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/Chart.yaml --version ${{ env.RELEASE_VERSION }}
- uses: azure/setup-helm@v4
with:
version: v3.11.2
- uses: helm/[email protected]
with:
charts_dir: helm/charts
config: ${{ github.workspace }}/.cr.yaml
config: helm/cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/upload-artifact@v4
Expand Down
File renamed without changes.

0 comments on commit d303066

Please sign in to comment.