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