We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842a8e4 commit 45e89c3Copy full SHA for 45e89c3
1 file changed
.github/workflows/build.yml
@@ -78,6 +78,7 @@ jobs:
78
shell: bash
79
id: create-build-number
80
run: |
81
+ git fetch --unshallow origin
82
echo $(git rev-list HEAD --count --first-parent)
83
echo "build-number=$(git rev-list --count ${{ github.ref_name }} ^main)" >> GITHUB_OUTPUT
84
- name: 'Format version'
0 commit comments