We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09eaedb commit 0c03a3eCopy full SHA for 0c03a3e
.github/workflows/build.yml
@@ -79,7 +79,6 @@ jobs:
79
id: create-build-number
80
run: |
81
git fetch --unshallow --filter=tree:0
82
- echo $(git rev-list HEAD --count --first-parent)
83
echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
84
echo "build-number=$(git rev-list --count origin/${{ github.ref_name }} ^origin/main)" >> GITHUB_OUTPUT
85
- name: 'Format version'
0 commit comments