Skip to content

Commit 240bf91

Browse files
committed
asdcsx
1 parent 785e93e commit 240bf91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
version: ${{ steps.versioning.outputs.version }}
8080
patch: ${{ github.run_number }}
81-
build-number: ${{ git rev-list --count github.ref_name ^main }}
81+
build-number: $( git rev-list --count ${{ github.ref_name }} ^main )
8282
sha: ${{ github.sha }}]
8383
pre-release-tag: ${{ steps.create-pre-release-tag.outputs.pre-release-tag }}
8484
- name: 'Read versions'

0 commit comments

Comments
 (0)