Skip to content

Commit e4942d0

Browse files
committed
sdfsvde
1 parent 8cba723 commit e4942d0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ jobs:
8181
git fetch --unshallow --filter=tree:0
8282
echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
8383
echo "build-number=$(git rev-list --count origin/${{ github.ref_name }} ^origin/main)" >> GITHUB_OUTPUT
84+
- name: ''
85+
shell: bash
86+
run: |
87+
echo "${{ steps.create-build-number.outputs.build-number }}"
8488
- name: 'Format version'
8589
id: format-version
8690
uses: ./.github/actions/format-version

0 commit comments

Comments
 (0)