Skip to content

Commit 968c2d4

Browse files
committed
xzvdzv
1 parent e845c2f commit 968c2d4

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
@@ -76,7 +76,7 @@ jobs:
7676
shell: bash
7777
id: create-build-number
7878
run: |
79-
git checkout main
79+
git checkout -b main
8080
echo $(git rev-list --count ${{ github.ref_name }} ^main)
8181
echo "build-number=$(git rev-list --count ${{ github.ref_name }} ^main)" >> GITHUB_OUTPUT
8282
- name: 'Format version'

0 commit comments

Comments
 (0)