We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e845c2f commit 968c2d4Copy full SHA for 968c2d4
1 file changed
.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
76
shell: bash
77
id: create-build-number
78
run: |
79
- git checkout main
+ git checkout -b main
80
echo $(git rev-list --count ${{ github.ref_name }} ^main)
81
echo "build-number=$(git rev-list --count ${{ github.ref_name }} ^main)" >> GITHUB_OUTPUT
82
- name: 'Format version'
0 commit comments