Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into dev-newarch
  • Loading branch information
lovegaoshi committed Jan 21, 2025
1 parent 81302a2 commit c71ab93
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/android-newarch-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ jobs:
- run: |
git config --global user.email [email protected]
git config --global user.name lovegaoshi
git config pull.rebase true
git pull origin dev --allow-unrelated-histories
git commit -m "chore: dev sync" -a
git push
- name: Get Recent Commit Tag
id: get_commit_tag
run: |
COMMIT_TAG=$(git describe --tags --abbrev=0)
echo "COMMIT_TAG=${COMMIT_TAG}" >> $GITHUB_ENV
- name: Display Commit Tag
run: |
echo "Commit Tag: $COMMIT_TAG"

0 comments on commit c71ab93

Please sign in to comment.