Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tuerk <johannes.tuerk@lissi.id>
  • Loading branch information
JoTiTu committed Mar 4, 2024
1 parent d1ef2f3 commit 9bcebe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-nuget-xamarin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
# Extract the PackageReference line
line=$(xmllint --xpath "string(/Project/ItemGroup/PackageReference[@Include='WalletFramework.Indy.Sdk'])" src/Hyperledger.Aries/Hyperledger.Aries.csproj)
echo "line: $line"
# Replace WalletFramework.Indy.Sdk with Hyperledger.Aries.Indy.Sdk
new_line=$(echo $line | sed "s/WalletFramework.Indy.Sdk/Hyperledger.Indy.Sdk/g" | sed "s/\$\(WalletFrameworkIndySdkVersion\)/1.11.1/g")
Expand Down

0 comments on commit 9bcebe7

Please sign in to comment.