Skip to content

Commit

Permalink
Hot fix release (#35)
Browse files Browse the repository at this point in the history
* Hot-fix for release pipeline
  • Loading branch information
MrZoidberg authored May 5, 2023
1 parent 207d37d commit c28ac9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c28ac9b

Please sign in to comment.