mirror of
https://github.com/apache/superset.git
synced 2026-05-24 09:15:19 +00:00
no commit
This commit is contained in:
5
.github/workflows/superset-helm-release.yml
vendored
5
.github/workflows/superset-helm-release.yml
vendored
@@ -63,9 +63,8 @@ jobs:
|
||||
# Check out and reset the target branch based on gh-pages
|
||||
git checkout -B ${{ env.branch_name }} origin/gh-pages
|
||||
|
||||
# Apply changes
|
||||
git add .
|
||||
git commit -m "Release Helm charts" || echo "No changes to commit"
|
||||
# Remove submodules from the branch
|
||||
git submodule deinit -f --all
|
||||
|
||||
# Force push to the remote branch
|
||||
git push origin ${{ env.branch_name }} --force
|
||||
|
||||
Reference in New Issue
Block a user