Skip to content

Commit c28ac9b

Browse files
authored
Hot fix release (#35)
* Hot-fix for release pipeline
1 parent 207d37d commit c28ac9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
uses: actions/setup-dotnet@v3
2323
with:
2424
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
2528
- name: 'Dotnet Tool Restore'
2629
run: dotnet tool restore
2730
shell: pwsh

0 commit comments

Comments
 (0)