Skip to content

Commit a9a6fe8

Browse files
fix: maybe..
1 parent b7335f1 commit a9a6fe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet test --no-build --verbosity normal
2929

3030
- name: Pack
31-
run: dotnet pack --no-build -c Release -o out
31+
run: dotnet pack -c Release -o out
3232

3333
- name: Push to NuGet
3434
run: dotnet nuget push out/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)