Skip to content

Commit

Permalink
name, file
Browse files Browse the repository at this point in the history
  • Loading branch information
danzuep committed Dec 5, 2023
1 parent e510160 commit 465261e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ jobs:

# https://github.com/actions/setup-dotnet
- name: Get .NET externals
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-quality: 'ga'
uses: actions/setup-dotnet@v4

# https://github.com/actions/cache/blob/main/examples.md#c---nuget
- name: Get any cached NuGet packages from the last run
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
echo "Project file: $project"
echo "projectFile=${project}" >> $GITHUB_ENV
done
echo "name=${projectName}" >> "$GITHUB_OUTPUT"
echo "projectFile=${projectFile}" >> "$GITHUB_OUTPUT"
echo "name=${projectName}" >> $GITHUB_OUTPUT
echo "file=${projectFile}" >> $GITHUB_OUTPUT
- run: |
echo "Generate release notes from the Git commit log."
Expand Down

0 comments on commit 465261e

Please sign in to comment.