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 35862dd commit 5da2153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
run: |
echo "Creating release"
echo ${{ steps.should_create_release.outputs.should_create_release }}
echo ${{ steps.current_global_version.outputs.current_global_version }}
# Get the latest version
remote_version=$(pip index versions aries-cloudagent)
version="${{steps.current_available_version.outputs.current_global_version}}"
version=${{ steps.current_available_version.outputs.current_global_version }}
# Set the git config
git config --global user.name 'Release Bot'
Expand Down

0 comments on commit 5da2153

Please sign in to comment.