We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e1702 commit 785e93eCopy full SHA for 785e93e
1 file changed
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
version: ${{ steps.versioning.outputs.version }}
80
patch: ${{ github.run_number }}
81
- build-number: ${{ git rev-list --count ${{ github.ref_name }} ^main }}
+ build-number: ${{ git rev-list --count github.ref_name ^main }}
82
sha: ${{ github.sha }}]
83
pre-release-tag: ${{ steps.create-pre-release-tag.outputs.pre-release-tag }}
84
- name: 'Read versions'
0 commit comments