Skip to content

Commit 0c84a80

Browse files
author
Petr Sramek
committed
fix
1 parent f665e65 commit 0c84a80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
pack:
123123
name: Pack with .NET
124-
needs: [build]
124+
needs: [versioning, build]
125125
runs-on: ubuntu-latest
126126
env:
127127
assembly-version: ${{ needs.versioning.outputs.assembly-version }}
@@ -160,7 +160,7 @@ jobs:
160160
publish-dev-package:
161161
name: 'Publish'
162162
uses: ./.github/workflows/publish-nuget-package.yml
163-
needs: [pack]
163+
needs: [global-variables, pack]
164164

165165
secrets: inherit
166166

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
publish-package:
5656
name: 'Publish'
5757
uses: ./.github/workflows/publish-nuget-package.yml
58-
needs: [validate]
58+
needs: [global-variables, validate, build]
5959

6060
secrets: inherit
6161

0 commit comments

Comments
 (0)