feat(bump-versions.sh): Add support to multisrc (#1356)

* feat(bump-versions.sh): Add support to multisrc

* [skip ci] re-add fix in workflow for library updates
This commit is contained in:
Claudemirovsky
2023-03-03 09:00:57 -03:00
committed by GitHub
parent 140620670c
commit 2c6d80c90f
2 changed files with 75 additions and 11 deletions

View File

@ -26,6 +26,8 @@ jobs:
steps:
- name: Clone repo
uses: actions/checkout@v3
with:
ref: master
- name: Find lib changes
id: modified-libs
@ -89,6 +91,8 @@ jobs:
steps:
- name: Checkout master branch
uses: actions/checkout@v3
with:
ref: master
- name: Set up JDK
uses: actions/setup-java@v3
@ -138,6 +142,8 @@ jobs:
steps:
- name: Checkout master branch
uses: actions/checkout@v3
with:
ref: master
- name: Set up JDK
uses: actions/setup-java@v3