Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Apr 12, 2024
1 parent 2c37cd9 commit 83fe84b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip'

- name: Get latest aries-cloudagent version
id: current_available_version
run: |
remote_version=$(pip index versions aries-cloudagent)
version=$(grep -oP '(?<=Available versions: ).*?(?=,)' <<< '$remote_version')
version=$(grep -oP '(?<=Available versions: ).*?(?=,)' <<< "$remote_version")
echo "Remote version = $version"
- name: Get global aries-cloudagent version from plugins repo
Expand Down

0 comments on commit 83fe84b

Please sign in to comment.