We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b5979 commit aa37045Copy full SHA for aa37045
1 file changed
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
run: |
81
git fetch --unshallow --filter=tree:0
82
echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
83
- echo "build-number=$(git rev-list --count origin/${{ github.ref_name }} ^origin/main)" >> GITHUB_OUTPUT
+ echo "build-number=${git rev-list --count origin/${{ github.ref_name }} ^origin/main}" >> GITHUB_OUTPUT
84
- name: ''
85
shell: bash
86
0 commit comments