Skip to content

Commit 10c7932

Browse files
authored
fixing pipeline due to unpinned cake version in gh action (#425)
1 parent c164d5d commit 10c7932

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dotnet.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
script-path: build.cake
1919
target: Report
20+
cake-version: 1.1.0
2021
cake-bootstrap: true
2122
- name: Publish coverage report to coveralls.io
2223
uses: coverallsapp/github-action@v1.1.2

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
script-path: build.cake
2222
target: Pack
23+
cake-version: 1.1.0
2324
cake-bootstrap: true
2425
- name: Publish Solnet.Extensions on version change
2526
uses: bmresearch/publish-nuget@master

0 commit comments

Comments
 (0)