Skip to content

Commit

Permalink
ci: Fix release with security annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkteetje committed Nov 28, 2023
1 parent 7f824dc commit 015e328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
git config user.email "[email protected]"
CHART_VERSION="${{ needs.build.outputs.chart_version }}"
helm package helm
git checkout . # Remove changes to Chart for git checkout
mkdir -p charts
mv connaisseur*.tgz ./charts
git checkout gh-pages
Expand Down

0 comments on commit 015e328

Please sign in to comment.