Skip to content

Commit 455bb42

Browse files
committed
asdfdq
1 parent e4942d0 commit 455bb42

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ jobs:
7979
id: create-build-number
8080
run: |
8181
git fetch --unshallow --filter=tree:0
82-
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
82+
$build_number=echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
83+
echo $build_number
84+
echo "build-number=$build_number ^origin/main)" >> GITHUB_OUTPUT
8485
- name: ''
8586
shell: bash
8687
run: |

0 commit comments

Comments
 (0)