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 5b5c165 commit 46ab047Copy full SHA for 46ab047
.github/workflows/build.yml
@@ -81,6 +81,7 @@ jobs:
81
git fetch --unshallow --filter=tree:0
82
build_number="$(git rev-list --count origin/${{ github.ref_name }} ^origin/main)"
83
echo $build_number
84
+ echo "build-number='$build_number'"
85
echo "build-number='$build_number'" >> GITHUB_OUTPUT
86
- name: ''
87
shell: bash
0 commit comments