Skip to content

Commit 375b1db

Browse files
committed
(build) Force installation of older Cake.Git
When running on GitHub Actions, there is an alias using the Cake.Git GitPush alias. This seems to be a problem with the 1.1.0 version of Cake.Git being used by Cake.Issues.Recipe. Forcing the installation/usage of an earlier 0.22.0 version, seems to make things work locally, so let's test that on GitHub Actions.
1 parent b57aa8d commit 375b1db

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/input/docs/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,4 @@ then used to create a Release on GitHub.
1010

1111
In addition to creating a Release, GitReleaseManager can be used to publish a
1212
release, close a milestone, and also to export the complete set of release notes
13-
for your application/product.
14-
15-
Testing build and publish of docs...
16-
17-
And moar...
13+
for your application/product.

recipe.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#load nuget:?package=Cake.Recipe&version=3.0.1
22
#tool dotnet:?package=dotnet-t4&version=2.2.1
3+
#addin nuget:?package=Cake.Git&version=0.22.0
34

45
Environment.SetVariableNames(githubTokenVariable: "GITTOOLS_GITHUB_TOKEN");
56

0 commit comments

Comments
 (0)