Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas committed Nov 6, 2023
1 parent c8b8a6e commit 737854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/construct-run-info/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
fi;
REPO_VERSION_MOST_RECENT=$(git describe --tags --always --abbrev=0)
REPO_VERSION_DESIRED=$(cargo pkgid --manifest-path aries_vcx/Cargo.toml | cut -d@ -f2)
REPO_VERSION_DESIRED=$(cargo pkgid --manifest-path aries_vcx/Cargo.toml | cut -d# -f2)
echo "Highest released version was: $REPO_VERSION_MOST_RECENT, desired version (specified in aries_vcx/Cargo.toml) is $REPO_VERSION_DESIRED"
RELEASE="false"
Expand Down

0 comments on commit 737854c

Please sign in to comment.