Skip to content

Commit 99d8fe5

Browse files
author
Petr Sramek
committed
update
1 parent 6ef5e72 commit 99d8fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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

0 commit comments

Comments
 (0)