Skip to content

Commit b6c23e4

Browse files
committed
sdscadqwa
1 parent 240bf91 commit b6c23e4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ jobs:
7272
else
7373
echo "pre-release-tag='${{ github.ref_name }} | tr '/' '.' | tr '-' '.'| tr '_' '.'" >> GITHUB_OUTPUT
7474
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
7581
- name: 'Format version'
7682
id: format-version
7783
uses: ./.github/actions/format-version

0 commit comments

Comments
 (0)