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