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 a2af91b commit 9642379
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 @@ -48,7 +48,7 @@ jobs:
- name: Check if aries-cloudagent upgrade available
run: |
function version { echo "$@" | awk -F. '{ printf("%d%03d%03d%03d\n", $1,$2,$3,$4); }'; }
echo "${{ steps.current_available_version.outputs.current_global_version}}"
echo "${{ steps.current_available_version.outputs.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 9642379

Please sign in to comment.