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