Skip to content

Commit

Permalink
git pull in advance
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf2014 committed Aug 14, 2024
1 parent d848400 commit 08f8d78
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,9 +60,9 @@ jobs:
files=(.cr-release-packages/druid-*)
# Move files to releases directory
if [ ${#files[@]} -gt 0 ]; then
git pull -X ours origin main # To remove after chart-releaser-action allows skip_upload
mv .cr-release-packages/druid-* releases/
git add releases/druid-*
git pull -X ours origin main # To remove after chart-releaser-action allows skip_upload
helm repo index .
git add index.yaml
else
Expand Down

0 comments on commit 08f8d78

Please sign in to comment.