We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dc8631 + fa9a43a commit 5bffe6dCopy full SHA for 5bffe6d
.github/workflows/step-build.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
ref: ${{ inputs.checkout-ref }}
26
- name: Setup .NET Core
27
- uses: actions/setup-dotnet@v5.1.0
+ uses: actions/setup-dotnet@v5.2.0
28
29
dotnet-version: 8.0.x
30
- name: Restore
.github/workflows/step-publish-package.yml
@@ -29,7 +29,7 @@ jobs:
name: ${{ inputs.package-name }}
path: ./src/SiteWarmer.Core/bin/Release
31
32
33
34
35
- name: Push package to NuGet
0 commit comments