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 4848
4949 versioning :
5050 name : Versioning with GitVersion
51- needs : [variables]
51+ needs : [global- variables]
5252
5353 uses : ./.github/workflows/determine-version.yml
5454 with :
@@ -153,7 +153,7 @@ jobs:
153153 publish-dev-package :
154154 name : ' Publish'
155155 uses : ./.github/workflows/release-nuget-package.yml
156- needs : [variables, pack]
156+ needs : [global- variables, pack]
157157
158158
159159 secrets : inherit
@@ -168,7 +168,7 @@ jobs:
168168 if : ${{ needs.global-variables.outputs.is-release || needs.global-variables.outputs.is-preview }}
169169 name : ' Publish'
170170 uses : ./.github/workflows/release-nuget-package.yml
171- needs : [variables, pack]
171+ needs : [global- variables, pack]
172172
173173 secrets : inherit
174174
You can’t perform that action at this time.
0 commit comments