Update .gitea/workflows/ci.yml
This commit is contained in:
@@ -165,6 +165,10 @@ jobs:
|
||||
git add README.md
|
||||
git commit -m "[ci skip] push back from pipeline" -q || echo "No changes to commit"
|
||||
|
||||
- name: Pull latest changes
|
||||
run: |
|
||||
git pull --rebase origin main || echo "Nothing to rebase"
|
||||
|
||||
- name: Push changes and create tag
|
||||
run: |
|
||||
if [ "${GITHUB_REF}" = "refs/heads/main" ]; then
|
||||
|
||||
Reference in New Issue
Block a user