Skip to content

Commit

Permalink
fixed wrong shell for getNodeVersion
Browse files Browse the repository at this point in the history
Signed-off-by: pSchlarb <[email protected]>
  • Loading branch information
pSchlarb committed Sep 16, 2022
1 parent 240f7ba commit 7cef533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reuseable_build_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: python3 updateVersion.py --timestamp ${{ needs.timestamp.outputs.timestamp }}
- name: Get indy-node version to depend on
id: node-version
shell: bash
run: |
version=$(grep -oP "\d+.\d+.\d+((-|.)?rc\d+)?" <<< $(grep -oP "indy-node==\d+.\d+.\d+((-|.)?rc\d+)?" sovtokenfees/setup.py) || true)
echo $version > indy-node-version.txt
Expand Down

0 comments on commit 7cef533

Please sign in to comment.