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 ad0ff7d commit 5b5c165Copy full SHA for 5b5c165
.github/workflows/build.yml
@@ -81,7 +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='$(git rev-list --count origin/${{ github.ref_name }} ^origin/main)'" >> GITHUB_OUTPUT
+ echo "build-number='$build_number'" >> GITHUB_OUTPUT
85
- name: ''
86
shell: bash
87
run: |
0 commit comments