mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
Another release workflow fix
If this doesn't stop soon, I am going to get mad :P
This commit is contained in:
parent
3289b0675c
commit
c3b553fcf5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-app.yaml
vendored
1
.github/workflows/build-app.yaml
vendored
|
@ -54,6 +54,7 @@ jobs:
|
||||||
|
|
||||||
- name: Ensure release branch
|
- name: Ensure release branch
|
||||||
run: |
|
run: |
|
||||||
|
git config --system --add safe.directory '*'
|
||||||
if ! git branch --contains $(git rev-parse HEAD) | grep release >/dev/null; then
|
if ! git branch --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
|
||||||
|
|
Loading…
Reference in a new issue