Skip to content

Commit

Permalink
fix: add "git status && git diff" debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen Yu committed Mar 28, 2024
1 parent a0c2597 commit 6fa0bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
helm repo index --merge ../harbor-helm/index.yaml .
mv ./* ../harbor-helm
cd ../harbor-helm
git status
git diff
git add .
git commit -s "feat: Upload Harbor ${{ github.event.release.tag_name }} to chart repository"
git push origin chart-repository
Expand Down

0 comments on commit 6fa0bfb

Please sign in to comment.