From c28ac9b9fddfbcbca5709a19b2b55c146170e1ad Mon Sep 17 00:00:00 2001 From: Mikhail Merkulov Date: Fri, 5 May 2023 12:49:57 +0300 Subject: [PATCH] Hot fix release (#35) * Hot-fix for release pipeline --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99b50f1..0f5ab87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,9 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: '7.0.x' + - name: 'Fix permissions' + run: chmod +x ./Tests/VaultSharp.Extensions.Configuration.Test/approle.sh && chmod +x ./Tests/VaultSharp.Extensions.Configuration.Test/approle_nolist.sh + shell: bash - name: 'Dotnet Tool Restore' run: dotnet tool restore shell: pwsh