Skip to content

Commit 22282d5

Browse files
committed
fix
1 parent a43c0d6 commit 22282d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: ./.github/workflows/determine-version.yml
5858
with:
5959
config-file-path: './.gitversion/version.yml'
60-
run-number: ${{ needs.global-variables.outputs.github-run-number }}
60+
run-number: ${{ needs.workflow-variables.outputs.github-run-number }}
6161

6262
build:
6363
name: 'Compile source code'

0 commit comments

Comments
 (0)