File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
49
49
versioning :
50
50
name : Versioning with GitVersion
51
- needs : [variables]
51
+ needs : [global- variables]
52
52
53
53
uses : ./.github/workflows/determine-version.yml
54
54
with :
@@ -153,7 +153,7 @@ jobs:
153
153
publish-dev-package :
154
154
name : ' Publish'
155
155
uses : ./.github/workflows/release-nuget-package.yml
156
- needs : [variables, pack]
156
+ needs : [global- variables, pack]
157
157
158
158
159
159
secrets : inherit
@@ -168,7 +168,7 @@ jobs:
168
168
if : ${{ needs.global-variables.outputs.is-release || needs.global-variables.outputs.is-preview }}
169
169
name : ' Publish'
170
170
uses : ./.github/workflows/release-nuget-package.yml
171
- needs : [variables, pack]
171
+ needs : [global- variables, pack]
172
172
173
173
secrets : inherit
174
174
You can’t perform that action at this time.
0 commit comments