Skip to content

Commit bd1c96e

Browse files
fix: dependency/needs declarations
1 parent 3740f26 commit bd1c96e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/csharp_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132

133133
sign:
134134
name: Send DLLs for signing
135-
needs: [ variables, buildFrameworkVersions, buildStandard16, buildStandard20 ]
135+
needs: [ combineArtifacts ]
136136
runs-on: ubuntu-latest
137137
env:
138138
# TODO: Replace actual values
@@ -180,7 +180,7 @@ jobs:
180180

181181
pack:
182182
name: Pack NuGet package
183-
needs: [ variables, sign ]
183+
needs: [ sign ]
184184
runs-on: ubuntu-latest
185185
env:
186186
VERSION: ${{ needs.variables.outputs.semanticVersion }}
@@ -233,7 +233,7 @@ jobs:
233233

234234
publish:
235235
name: Publish package to NuGet after reviewing the artifact
236-
needs: [ variables, pack ]
236+
needs: [ pack ]
237237
runs-on: ubuntu-latest
238238
# Review the `nuget-package` artifact ensuring the dlls are
239239
# organized and signed before approving.

0 commit comments

Comments
 (0)