mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-03 22:37:35 +02:00
Builds in CI are done from a 'detached HEAD' state. Thus `git rev-parse --abbrev-ref HEAD` always returns HEAD, which is not master. Releases are always created from the master branch, thus HEAD -> master.