Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshale committed Apr 15, 2024
1 parent bb3aa96 commit e2c48a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
function version { echo "$@" | awk -F. '{ printf("%d%03d%03d%03d\n", $1,$2,$3,$4); }'; }
current_version="${{steps.current_available_version.outputs.version}}"
echo current_version
echo "Remote version = $current_version"
# echo ${{ steps.current_global_version.outputs.version }}
# if [ $(version ${{ steps.current_available_version.outputs.version}}) -ge $(version ${{ steps.current_global_version.outputs.version }})]; then
# echo "Version of aries-cloudagent is up to date"
Expand Down

0 comments on commit e2c48a7

Please sign in to comment.