Address comments

pull/10839/head
Deanna Garcia 2 years ago
parent daab7b111c
commit f4d3f1996d
  1. 4
      .github/workflows/update_php_repo.yml

@ -4,6 +4,7 @@ on:
push: push:
tags: tags:
- v[0-9]+.[0-9]+ - v[0-9]+.[0-9]+
- v[0-9]+.[0-9]+-rc[0-9]+
jobs: jobs:
update-repo: update-repo:
@ -38,8 +39,7 @@ jobs:
rm -rf protobuf rm -rf protobuf
- name: Push Changes - name: Push Changes
run: | run: |
git add . git commit -a -m "$VERSION sync"
git commit -m "$VERSION sync"
git push --force origin master git push --force origin master
git tag -a $VERSION_TAG -m "Tag release $VERSION_TAG" git tag -a $VERSION_TAG -m "Tag release $VERSION_TAG"
git push origin $VERSION_TAG git push origin $VERSION_TAG

Loading…
Cancel
Save