drop old artifacts

This commit is contained in:
Surendrajat 2022-08-11 18:22:41 +05:30 committed by Cloudburst
parent d8b094bcbd
commit bd557d53d5
1 changed files with 2 additions and 2 deletions

View File

@ -51,5 +51,5 @@ jobs:
git config --local user.email "actions@github.com"
git config --local user.name "GitHub Actions"
git add .
git commit -m "Build $GITHUB_SHA" || exit 0 # do not error if nothing to commit
git push
git commit --amend -m "Build $GITHUB_SHA" || exit 0 # do not error if nothing to commit
git push --force