Skip to content

Commit aa37045

Browse files
committed
kjhgjh
1 parent b6b5979 commit aa37045

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
@@ -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=$(git rev-list --count origin/${{ github.ref_name }} ^origin/main)" >> GITHUB_OUTPUT
83+
echo "build-number=${git rev-list --count origin/${{ github.ref_name }} ^origin/main}" >> GITHUB_OUTPUT
8484
- name: ''
8585
shell: bash
8686
run: |

0 commit comments

Comments
 (0)