Skip to content

Commit f8c7086

Browse files
chore(release.yml): Fix pack
1 parent 8c98204 commit f8c7086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Test
2626
run: dotnet test NotoriousTest.UnitTests --no-build --verbosity normal
2727
- name: Pack
28-
run: dotnet pack NotoriousTest -c ${{ env.CONFIGURATION }} -o out"
28+
run: dotnet pack NotoriousTest -c ${{ env.CONFIGURATION }} -o out
2929
- name: Push
3030
run: dotnet nuget push out/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate

0 commit comments

Comments
 (0)