Skip to content

Commit

Permalink
Fixed publish workflow in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan authored and Elskom-gitsync committed Mar 26, 2021
1 parent 3e8012e commit 11ceb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: rohith/publish-nuget@v2
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: PublishRefAssemblies.Sdk/PublishRefAssemblies.Sdk.csproj
PROJECT_FILE_PATH: GitBuildInfo.SourceGenerator.csproj
# Flag to toggle git tagging, enabled by default
TAG_COMMIT: false
# API key to authenticate with NuGet server
Expand Down

0 comments on commit 11ceb3b

Please sign in to comment.