We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207d37d commit c28ac9bCopy full SHA for c28ac9b
.github/workflows/release.yml
@@ -22,6 +22,9 @@ jobs:
22
uses: actions/setup-dotnet@v3
23
with:
24
dotnet-version: '7.0.x'
25
+ - name: 'Fix permissions'
26
+ run: chmod +x ./Tests/VaultSharp.Extensions.Configuration.Test/approle.sh && chmod +x ./Tests/VaultSharp.Extensions.Configuration.Test/approle_nolist.sh
27
+ shell: bash
28
- name: 'Dotnet Tool Restore'
29
run: dotnet tool restore
30
shell: pwsh
0 commit comments