Skip to content

Commit a646900

Browse files
committed
Remove unnecessary step
1 parent 2070636 commit a646900

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/dotnet-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
with:
1919
dotnet-version: '6.0.x'
2020
- run: dotnet build --configuration Release .
21-
- name: Create the package
22-
run: dotnet pack --configuration Release .
2321
- name: Publish the package to nuget.org
2422
run: |
2523
dotnet nuget push src/BeyondTech.Extensions.Logging.Timing/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)