Skip to content

Commit

Permalink
Update branch sync in publish-conversion.yml and publish-gen.yml work…
Browse files Browse the repository at this point in the history
…flows
  • Loading branch information
HlexNC authored Apr 24, 2024
1 parent 3497bd5 commit ffbe9cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
npm version patch
git add .
git commit -m "chore: bump version [skip ci]"
git pull origin
git push
working-directory: privateomega-lib/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
npm version patch
git add .
git commit -m "chore: bump version [skip ci]"
git pull origin
git push
working-directory: officegen-api/

Expand Down

0 comments on commit ffbe9cd

Please sign in to comment.