Skip to content

Commit c2d1609

Browse files
committed
asddcd
1 parent 0d37c53 commit c2d1609

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
@@ -77,7 +77,7 @@ jobs:
7777
id: create-build-number
7878
run: |
7979
git fetch origin
80-
echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
80+
echo $(git rev-list --count origin/main ^origin/${{ github.ref_name }})
8181
git checkout -b main origin/main
8282
git switch ${{ github.ref_name }}
8383
echo $(git rev-list --count ${{ github.ref_name }} ^main)

0 commit comments

Comments
 (0)