Skip to content

Commit 521c919

Browse files
committed
fix: Unrecognized named-value: 'secrets'
1 parent 5c70996 commit 521c919

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ jobs:
116116
files: artifacts/*.*
117117

118118
- name: publish to NuGet
119-
if: ${{ secrets.NUGET_TOKEN != '' }}
119+
if: ${{ always() && secrets.NUGET_TOKEN != '' }}
120+
continue-on-error: true
120121
env:
121122
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
122123
run: |

0 commit comments

Comments
 (0)