Skip to content

Commit c477f3d

Browse files
committed
sdfdsf
1 parent e2ed14e commit c477f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
shell: bash
7777
id: create-build-number
7878
run: |
79-
git fetch --unshallow origin main
79+
echo $(git rev-list HEAD --count --first-parent)
8080
echo $(git rev-list --count ${{ github.ref_name }} ^main)
8181
echo $(git rev-list --count ${{ github.ref_name }} ^main)
8282
echo "build-number=$(git rev-list --count ${{ github.ref_name }} ^main)" >> GITHUB_OUTPUT

0 commit comments

Comments
 (0)