Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
oshribr committed Nov 3, 2024
1 parent ae819b1 commit bbdbb73
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 @@ -60,7 +60,7 @@ jobs:
git config --local user.email "$GITHUB_ACTOR"
git config --local user.name "$GITHUB_ACTOR@users.noreply.github.com"
git add index.html
git commit -m "Update Helm charts page version ${{ needs.release.outputs.changed_charts }}" || exit 0 # Don't fail if no changes
git commit -m "Update Helm charts page version: ${{ needs.release.outputs.changed_charts }}" || exit 0 # Don't fail if no changes
git push
deploy:
Expand Down

0 comments on commit bbdbb73

Please sign in to comment.