We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cba723 commit e4942d0Copy full SHA for e4942d0
1 file changed
.github/workflows/build.yml
@@ -81,6 +81,10 @@ jobs:
81
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
84
+ - name: ''
85
+ shell: bash
86
+ run: |
87
+ echo "${{ steps.create-build-number.outputs.build-number }}"
88
- name: 'Format version'
89
id: format-version
90
uses: ./.github/actions/format-version
0 commit comments