Skip to content

Commit 8cba723

Browse files
committed
casqa
1 parent 0c03a3e commit 8cba723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
version: ${{ steps.versioning.outputs.version }}
8989
patch: ${{ github.run_number }}
90-
build-number: $( git rev-list --count origin/${{ github.ref_name }} ^origin/main )
90+
build-number: ${{ steps.create-build-number.outputs.build-number }}
9191
sha: ${{ github.sha }}]
9292
pre-release-tag: ${{ steps.create-pre-release-tag.outputs.pre-release-tag }}
9393
- name: 'Read versions'

0 commit comments

Comments
 (0)