Skip to content

Commit

Permalink
add target path
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent a227925 commit cc99260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Deploy NuGet package
# - Default: patch increment unless "+semver:" message found
# or will use "next-version" if set in config
# - Preview numbers auto-increment (e.g., preview.1 -> preview.2)
# - Branches are only tagged with the version after deployments to nuget.org

on:
push:
Expand Down Expand Up @@ -113,6 +114,7 @@ jobs:
uses: gittools/actions/gitversion/execute@v3
with:
useConfigFile: true
targetPath: "$(System.DefaultWorkingDirectory)"
configFilePath: src/gitversion.yml
updateAssemblyInfo: true

Expand Down

0 comments on commit cc99260

Please sign in to comment.