Skip to content

Commit eda8bf3

Browse files
committed
Remove continue-on-error from NuGet push in publish workflow
The `continue-on-error` option was removed to ensure the workflow fails if the NuGet push step encounters an error. This change improves reliability and ensures issues are caught during the publishing process.
1 parent f4f2a43 commit eda8bf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- name: Dotnet Nuget Push
3131
working-directory: src/TabBlazor.FluentValidation/bin/Release
3232
run: dotnet nuget push TabBlazor.FluentValidation.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
33-
continue-on-error: true
3433

3534
- name: Create Release
3635
uses: actions/create-release@master

0 commit comments

Comments
 (0)