Skip to content

Commit 06ecd32

Browse files
Update build.yaml
1 parent 81e2a45 commit 06ecd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
VERSION=${TAG#v} # strip leading 'v'
3030
git add .
3131
git commit -m "Add version [$VERSION]" || echo "No changes to commit"
32-
git push origin HEAD
32+
git push origin main
3333
build:
3434
needs: version-directory-check
3535
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)