We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240bf91 commit b6c23e4Copy full SHA for b6c23e4
1 file changed
.github/workflows/build.yml
@@ -72,6 +72,12 @@ jobs:
72
else
73
echo "pre-release-tag='${{ github.ref_name }} | tr '/' '.' | tr '-' '.'| tr '_' '.'" >> GITHUB_OUTPUT
74
fi
75
+ - name: ''
76
+ shell: bash
77
+ id: create-build-number
78
+ run: |
79
+ echo $( git rev-list --count ${{ github.ref_name }} ^main )
80
+ echo $( git rev-list --count ${{ github.ref_name }} ^main ) >> GITHUB_OUTPUT
81
- name: 'Format version'
82
id: format-version
83
uses: ./.github/actions/format-version
0 commit comments