Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed May 16, 2024
1 parent 5da2153 commit 907c759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
echo ${{ steps.current_global_version.outputs.current_global_version }}
# Get the latest version
version=${{ steps.current_available_version.outputs.current_global_version }}
remote_version=$(pip index versions aries-cloudagent)
version=$(grep -oP '(?<=Available versions: ).*?(?=,)' <<< "$remote_version")
# Set the git config
git config --global user.name 'Release Bot'
Expand Down

0 comments on commit 907c759

Please sign in to comment.