Skip to content

Commit abaced3

Browse files
committed
housekeeping: fix CI
1 parent 0e89930 commit abaced3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NuGetAPIKey }} --skip-duplicate
9494
9595
release:
96-
needs: nuget
96+
needs: [build, nuget]
9797
runs-on: ubuntu-latest
9898

9999
steps:

0 commit comments

Comments
 (0)