Skip to content

Commit

Permalink
chore: update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jun 3, 2024
1 parent df1a08e commit 76e3be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: charts
config: ${{ github.workspace }}/cr.yaml
config: ${{ github.workspace }}/.cr.yaml
- uses: actions/upload-artifact@v4
with:
name: manifests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# typhoon

![Github Action](https://github.com/zeiss/typhoon/workflows/main/badge.svg)
[![Release](https://github.com/ZEISS/typhoon/actions/workflows/release.yml/badge.svg)](https://github.com/ZEISS/typhoon/actions/workflows/release.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/zeiss/typhoon.svg)](https://pkg.go.dev/github.com/zeiss/typhoon)
[![Go Report Card](https://goreportcard.com/badge/github.com/zeiss/typhoon)](https://goreportcard.com/report/github.com/zeiss/typhoon)
[![Taylor Swift](https://img.shields.io/badge/secured%20by-taylor%20swift-brightgreen.svg)](https://twitter.com/SwiftOnSecurity)
Expand Down

0 comments on commit 76e3be2

Please sign in to comment.