Skip to content

Commit 9287ec8

Browse files
authored
Update deploy.yml
1 parent ff3611e commit 9287ec8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
- name: GitVersion
2626
id: gitversion
2727
uses: gittools/actions/gitversion/execute@v0.9.7
28-
#with:
29-
# useConfigFile: true
30-
# additionalArguments: '/showConfig'
28+
with:
29+
useConfigFile: true
3130

3231
- name: Pack
3332
run: dotnet pack -c Release --version-suffix ${{ steps.gitversion.outputs.nuGetVersion }}

0 commit comments

Comments
 (0)