Skip to content

Commit 557eac9

Browse files
committed
[CI] Update release command to use 'pack' instead of 'test'
1 parent 3f278c5 commit 557eac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PublishRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
restore-keys: ${{ runner.os }}-nuget-
2525

2626
- name: Publish release
27-
run: dotnet run -c Release -- test publish
27+
run: dotnet run -c Release -- pack publish
2828
working-directory: "build"
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)