We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eef2e95 + 0545745 commit d46f95aCopy full SHA for d46f95a
2 files changed
.github/workflows/build.yaml
@@ -37,7 +37,7 @@ jobs:
37
if: ${{ matrix.os == 'ubuntu-24.04' }}
38
run: sudo apt-get install mono-complete
39
- name: Build Cake.Recipe
40
- uses: cake-build/cake-action@v3.0.0
+ uses: cake-build/cake-action@v3.0.1
41
with:
42
script-path: recipe.cake
43
target: CI
.github/workflows/release-notes.yml
@@ -44,7 +44,7 @@ jobs:
44
} | Out-File "./includes.cake"
45
shell: pwsh
46
- name: Drafting Release Notes
47
48
49
50
target: releasenotes
0 commit comments