Skip to content

Commit

Permalink
chore(generate.yml): add git push command to set upstream branch when…
Browse files Browse the repository at this point in the history
… creating feature branch
  • Loading branch information
jandroav committed Mar 5, 2024
1 parent 2d025bf commit 3b8737d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Create feature branch
run: |
git checkout -b "feature/protobuf-${{ inputs.liquibase-version }}"
git push --set-upstream origin "feature/protobuf-${{ inputs.liquibase-version }}"
- name: Install protoc and npm
run: |
Expand Down

0 comments on commit 3b8737d

Please sign in to comment.