Skip to content

Commit 9487581

Browse files
committed
hjghj
1 parent 06587ab commit 9487581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
id: create-build-number
8080
run: |
8181
git fetch --unshallow --filter=tree:0
82-
$(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
82+
git rev-list --count origin/${{ github.ref_name }} ^origin/main
8383
echo $1
8484
echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
8585
echo "build-number=$(git rev-list --count origin/${{ github.ref_name }} ^origin/main)" >> GITHUB_OUTPUT

0 commit comments

Comments
 (0)