mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 03:11:30 +00:00
Include remote branches in release workflow check
This commit is contained in:
parent
877f8ca0a3
commit
14f969edb6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-app.yaml
vendored
2
.github/workflows/build-app.yaml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
||||||
- name: Ensure release branch
|
- name: Ensure release branch
|
||||||
run: |
|
run: |
|
||||||
git config --system --add safe.directory '*'
|
git config --system --add safe.directory '*'
|
||||||
if ! git branch --contains $(git rev-parse HEAD) | grep release >/dev/null; then
|
if ! git branch -a --contains $(git rev-parse HEAD) | grep release >/dev/null; then
|
||||||
echo "Tag is not part of release branch - aborting..."
|
echo "Tag is not part of release branch - aborting..."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue