We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43c0d6 commit 22282d5Copy full SHA for 22282d5
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: ./.github/workflows/determine-version.yml
58
with:
59
config-file-path: './.gitversion/version.yml'
60
- run-number: ${{ needs.global-variables.outputs.github-run-number }}
+ run-number: ${{ needs.workflow-variables.outputs.github-run-number }}
61
62
build:
63
name: 'Compile source code'
0 commit comments