Skip to content

Commit cd04055

Browse files
committed
asc
1 parent 945b978 commit cd04055

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

0 commit comments

Comments
 (0)