Skip to content

Commit b6b5979

Browse files
committed
jguy
1 parent 9a7592c commit b6b5979

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=$(echo $(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)