We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e2a45 commit 06ecd32Copy full SHA for 06ecd32
.github/workflows/build.yaml
@@ -29,7 +29,7 @@ jobs:
29
VERSION=${TAG#v} # strip leading 'v'
30
git add .
31
git commit -m "Add version [$VERSION]" || echo "No changes to commit"
32
- git push origin HEAD
+ git push origin main
33
build:
34
needs: version-directory-check
35
runs-on: ${{ matrix.os }}
0 commit comments