Skip to content

Commit

Permalink
Sync CI creation
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed Jan 25, 2024
1 parent 4772031 commit 7110a22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git remote add upstream $UPSTREAM_REMOTE
- name: Fetch all
run: git fetch --all
run: git fetch --all --tags

- name: Checkout main-apache branch
run: git checkout --track origin/main-apache
Expand All @@ -43,3 +43,5 @@ jobs:
- name: Push changes
run: git push

- name: Push last tag
run: git push origin $(git tag --sort=creatordate | tail -n 1)

0 comments on commit 7110a22

Please sign in to comment.