We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc6265 commit 482b0b7Copy full SHA for 482b0b7
1 file changed
.github/workflows/build.yml
@@ -76,6 +76,7 @@ jobs:
76
shell: bash
77
id: create-build-number
78
run: |
79
+ git fetch origin
80
git checkout -b main origin/main
81
git switch ${{ github.ref_name }}
82
echo $(git rev-list --count ${{ github.ref_name }} ^main)
0 commit comments