1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00

Another release workflow fix

If this doesn't stop soon, I am going to get mad :P
This commit is contained in:
Simon Frei 2023-07-16 16:34:42 +02:00
parent 3289b0675c
commit c3b553fcf5

View file

@ -54,6 +54,7 @@ jobs:
- name: Ensure release branch
run: |
git config --system --add safe.directory '*'
if ! git branch --contains $(git rev-parse HEAD) | grep release >/dev/null; then
echo "Tag is not part of release branch - aborting..."
exit 1