Skip to content

Commit e069d9a

Browse files
committed
zxvsvsdv
1 parent 322b8d2 commit e069d9a

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
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
git fetch --unshallow --filter=tree:0
8282
echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
83-
echo "build-number=$(echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)) ^origin/main)" >> GITHUB_OUTPUT
83+
echo "build-number=$(echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main))" >> GITHUB_OUTPUT
8484
- name: ''
8585
shell: bash
8686
run: |

0 commit comments

Comments
 (0)