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 455bb42 commit 322b8d2Copy full SHA for 322b8d2
.github/workflows/build.yml
@@ -79,9 +79,8 @@ jobs:
79
id: create-build-number
80
run: |
81
git fetch --unshallow --filter=tree:0
82
- $build_number=echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
83
- echo $build_number
84
- echo "build-number=$build_number ^origin/main)" >> GITHUB_OUTPUT
+ echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
+ echo "build-number=$(echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)) ^origin/main)" >> GITHUB_OUTPUT
85
- name: ''
86
shell: bash
87
0 commit comments