Skip to content

Commit

Permalink
fixing pipeline due to unpinned cake version in gh action (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoakbuilds authored Nov 26, 2022
1 parent c164d5d commit 10c7932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
script-path: build.cake
target: Report
cake-version: 1.1.0
cake-bootstrap: true
- name: Publish coverage report to coveralls.io
uses: coverallsapp/github-action@v1.1.2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
script-path: build.cake
target: Pack
cake-version: 1.1.0
cake-bootstrap: true
- name: Publish Solnet.Extensions on version change
uses: bmresearch/publish-nuget@master
Expand Down

0 comments on commit 10c7932

Please sign in to comment.